From 45e55eb8d5abfbf3b80b1654a7631870db451eff Mon Sep 17 00:00:00 2001 From: Dean Beeler Date: Sun, 8 Feb 2004 08:53:53 +0000 Subject: [PATCH] Added config support for building with IPX Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1670 --- src/platform/visualc/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/platform/visualc/config.h b/src/platform/visualc/config.h index 42aeeeb0..c3260199 100644 --- a/src/platform/visualc/config.h +++ b/src/platform/visualc/config.h @@ -14,6 +14,9 @@ /* Define to 1 to enable internal modem support, requires SDL_net */ #define C_MODEM 1 +/* Define to 1 to enable IPX networking support, requires SDL_net */ +#define C_IPX 1 + /* Enable some heavy debugging options */ #define C_HEAVY_DEBUG 0