Moved some code into a macro

This commit is contained in:
pagefault
2001-07-29 18:50:36 +00:00
parent 24b1d56475
commit ce4920878a
2 changed files with 24 additions and 13 deletions

View File

@@ -173,11 +173,6 @@ EXTSYM ModemSendChar
%ifdef __LINUX__
EXTSYM numlockptr
%endif
%ifdef __WIN32__
EXTSYM CheckPriority
EXTSYM CheckAlwaysOnTop
EXTSYM CheckScreenSaver
%endif
NEWSYM GuiAsmStart
@@ -3390,12 +3385,6 @@ DisplayBoxes:
cmp al,4
jne .noguioption
call DisplayGUIOption
%ifdef __WIN32__
pushad
call CheckPriority
call CheckScreenSaver
popad
%endif
jmp .finstuff
.noguioption
cmp al,5