From 8ea43e1d405e5ae8b0ae625dbb389159808393e0 Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Tue, 7 Dec 2004 17:17:44 +0000 Subject: [PATCH] Hopefully this should fix netplay for Linux, will need to test. --- zsnes/src/gui/guinetpl.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsnes/src/gui/guinetpl.inc b/zsnes/src/gui/guinetpl.inc index 2cf24e9d..71782042 100644 --- a/zsnes/src/gui/guinetpl.inc +++ b/zsnes/src/gui/guinetpl.inc @@ -19,7 +19,7 @@ ; GUI NetPlay Routines (Modem,IPX,UDP+TCP/IP) ProcessModem: -%ifdef __WIN32__ +%ifndef __MSDOS__ cmp byte[ModemProcess],40 jne near .noprocess40 cmp byte[maxskip],3 @@ -775,7 +775,7 @@ SECTION .data %endif .invver db 13,10,'INCOMPATIBLE VERSION!',13,10,0 .invsnd db 'INVALID SOUND SETTING!',13,10,0 -%ifdef __WIN32__ +%ifndef __MSDOS__ .tcpipinit db 'ZSNES NET INTERFACE',13,10,13,10,0 .tcpipserv db 'INIT SERVER ... ',0 .tcpipclie db 'INIT CLIENT ... ',0