Fixed linux compilation
This commit is contained in:
@@ -1525,14 +1525,6 @@ NEWSYM StartGUI
|
|||||||
mov dword[eax],0
|
mov dword[eax],0
|
||||||
add eax,4
|
add eax,4
|
||||||
loop .slloop
|
loop .slloop
|
||||||
; Change GUI to suit the Win32 port
|
|
||||||
; cmp byte[OSPort],3
|
|
||||||
; jne .nowinport
|
|
||||||
%ifndef __MSDOS__
|
|
||||||
; mov dword[GUIGUIOptnsText8+12],' GUI'
|
|
||||||
; mov byte[GUIGUIOptnsText8+16],0
|
|
||||||
%endif
|
|
||||||
;.nowinport
|
|
||||||
cmp byte[OldWinPos],0
|
cmp byte[OldWinPos],0
|
||||||
jne .okayow
|
jne .okayow
|
||||||
xor esi,esi
|
xor esi,esi
|
||||||
@@ -1548,10 +1540,6 @@ NEWSYM StartGUI
|
|||||||
mov eax,[pl1p209b]
|
mov eax,[pl1p209b]
|
||||||
mov [pl1p209],eax
|
mov [pl1p209],eax
|
||||||
.okayow
|
.okayow
|
||||||
; mov al,[OSPort]
|
|
||||||
; mov [GOSPort],al
|
|
||||||
; cmp byte[GOSPort],3
|
|
||||||
; jne .notwinport
|
|
||||||
%ifndef __MSDOS__
|
%ifndef __MSDOS__
|
||||||
mov dword[GUINetPlayMenuData+1],'INTE'
|
mov dword[GUINetPlayMenuData+1],'INTE'
|
||||||
mov dword[GUINetPlayMenuData+5],'RNET'
|
mov dword[GUINetPlayMenuData+5],'RNET'
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#ifdef __LINUX__
|
#ifdef __LINUX__
|
||||||
#include <../gblhdr.h>
|
#include "gblhdr.h"
|
||||||
#else
|
#else
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#ifdef __LINUX__
|
#ifdef __LINUX__
|
||||||
#include <../gblhdr.h>
|
#include "../gblhdr.h"
|
||||||
#else
|
#else
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user