Animage header use sysfunc 70.1

git-svn-id: svn://kolibrios.org@956 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2008-12-13 13:08:00 +00:00
parent 4cc87fbe7d
commit 805a23b544

View File

@ -75,12 +75,19 @@ drawwin:
mov edi,panel_text
call print_panel_text
mov eax,10
mov ebx,5
mov ecx,0xffffff
mov edx,name_of_program
mov esi,34
call print_text
;>>>>>>Leency
;mov eax,10
;mov ebx,5
;mov ecx,0xffffff
;mov edx,name_of_program
;mov esi,34
;call print_text
mov eax,71
mov ebx,1
mov ecx,name_of_program
int 40h
;Leency<<<<<<<
mov eax,12
mov ebx,2