Fixed non windows compiling
This commit is contained in:
@@ -137,7 +137,9 @@ NEWSYM DrawWin256x224x32
|
|||||||
mov ax,ds
|
mov ax,ds
|
||||||
mov es,ax
|
mov es,ax
|
||||||
xor eax,eax
|
xor eax,eax
|
||||||
|
%ifdef __WIN32__
|
||||||
mov ebx, [BitConv32Ptr]
|
mov ebx, [BitConv32Ptr]
|
||||||
|
%endif
|
||||||
mov esi, [ScreenPtr]
|
mov esi, [ScreenPtr]
|
||||||
mov edi, [SurfBufD]
|
mov edi, [SurfBufD]
|
||||||
.Copying32b:
|
.Copying32b:
|
||||||
|
|||||||
Reference in New Issue
Block a user