From 8dda3577a974e57dc6f74a1eab5960bb2b87a967 Mon Sep 17 00:00:00 2001 From: Dean Beeler Date: Sun, 8 Feb 2004 08:34:27 +0000 Subject: [PATCH] Added external SDLNetInited variable so the modem and IPX stuff don't cause problems when both enabled. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1667 --- include/dosbox.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dosbox.h b/include/dosbox.h index b32184e5..718a6130 100644 --- a/include/dosbox.h +++ b/include/dosbox.h @@ -68,6 +68,7 @@ enum MachineType { }; extern MachineType machine; +extern bool SDLNetInited; #ifndef __LOGGING_H_ #include "logging.h"