Mistakes in controls are corrected: ProgressBar, Text, Image.

git-svn-id: svn://kolibrios.org@682 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
andrew_programmer
2007-12-16 15:02:15 +00:00
parent a3ee7f3740
commit 748fe8669e
5 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
;****************************************************
;****************get version of library**************
;****************************************************
;IN
;not
;OUT
;version of library
;fersion format year:mouth:day
align 4
get_version:
xor eax,eax
mov eax,dword 071216 ;16.12.07
ret