forked from KolibriOS/kolibrios
Rtfread remove garbage code from the old version of opendial.mac
git-svn-id: svn://kolibrios.org@1437 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
04dd6d0c8c
commit
d352cf28a6
@ -280,23 +280,6 @@ still:
|
||||
stilld:
|
||||
jmp still
|
||||
;---------------------------------------------------------------------
|
||||
get_filter_data:
|
||||
mov edi,[OpenDialog_data.com_area]
|
||||
test edi,edi
|
||||
jnz @f
|
||||
add esp,4
|
||||
jmp still
|
||||
@@:
|
||||
add edi,4096+4
|
||||
mov esi,Filter
|
||||
mov ecx,[esi]
|
||||
inc ecx
|
||||
cld
|
||||
rep movsb
|
||||
mov edi,[OpenDialog_data.com_area]
|
||||
mov [edi+4096],dword 1
|
||||
ret
|
||||
;---------------------------------------------------------------------
|
||||
|
||||
button:
|
||||
mcall 17 ; 17 - ¯®«ãç¨âì ¨¤¥â¨ä¨ª â®à ¦ ⮩ ª®¯ª¨
|
||||
|
Loading…
Reference in New Issue
Block a user