Fixed ifdef
This commit is contained in:
@@ -1515,12 +1515,11 @@ NEWSYM gotoroot, db '\',0
|
||||
SECTION .text
|
||||
|
||||
NEWSYM DosExit ; Terminate Program
|
||||
%ifdef __LINUX__
|
||||
call LinuxExit
|
||||
%endif
|
||||
%ifdef __WIN32__
|
||||
call OSExit
|
||||
%else
|
||||
%elifdef __LINUX__
|
||||
call LinuxExit
|
||||
%elifdef __MSDOS__
|
||||
jmp .nodeallocate
|
||||
|
||||
mov ebx,memfreearray
|
||||
|
||||
Reference in New Issue
Block a user