Cleaned up ifdef
This commit is contained in:
@@ -1517,7 +1517,7 @@ SECTION .text
|
||||
NEWSYM DosExit ; Terminate Program
|
||||
%ifdef __LINUX__
|
||||
call LinuxExit
|
||||
%else
|
||||
%endif
|
||||
%ifdef __WIN32__
|
||||
call OSExit
|
||||
%else
|
||||
@@ -1540,5 +1540,4 @@ NEWSYM DosExit ; Terminate Program
|
||||
mov ax,4c00h ;terminate
|
||||
int 21h
|
||||
%endif
|
||||
%endif
|
||||
NEWSYM UIAsmEnd
|
||||
|
||||
Reference in New Issue
Block a user