Removed remaining OSPort

This commit is contained in:
teuf
2001-05-07 18:38:31 +00:00
parent 09731dc293
commit 4c5319903a
13 changed files with 316 additions and 191 deletions

View File

@@ -430,11 +430,13 @@ GUIOutputStringwinl:
mov ecx,[cloadmaxlen]
.more
mov al,[edi]
cmp byte[OSPort],1
jbe .noperc
; cmp byte[OSPort],1
; jbe .noperc
%ifndef __MSDOS__
cmp al,'%'
jne .noperc
call ConvertPercValue
%endif
.noperc
or al,al
jz .nomore