Removed some DOS only code from other ports.

This commit is contained in:
jbo_85
2006-02-15 00:27:53 +00:00
parent ad5d82cc0c
commit 0b6a01e206
17 changed files with 882 additions and 914 deletions

View File

@@ -433,8 +433,8 @@ GUIOutputStringwinl:
cmp al,'%'
jne .noperc
call ConvertPercValue
%endif
.noperc
%endif
or al,al
jz .nomore
mov al,[ASCII2Font+eax]
@@ -459,6 +459,7 @@ GUIOutputStringwinl:
.nomore
ret
%ifndef __MSDOS__
ConvertPercValue:
mov al,[edi+2]
cmp al,'a'
@@ -511,6 +512,7 @@ ConvertPercValue:
xor eax,eax
mov al,[edi]
ret
%endif
OutputUnder:
cmp edx,-8