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