Removed an int 0x10 call, window people may want to get rid of this too

This commit is contained in:
theoddone33
2001-04-28 16:44:31 +00:00
parent 63bae2776e
commit a6c411853c

View File

@@ -3775,8 +3775,10 @@ ZipDeleteRecurse:
cmp byte[tempzip],3 cmp byte[tempzip],3
jne .notone jne .notone
%ifndef __LINUX__
mov ax,03h mov ax,03h
int 10h int 10h
%endif
jmp DosExit jmp DosExit
.notone .notone