From 5a9b2497b17aff172fae73a1a4c8a7a2ba916c8e Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Thu, 5 Feb 2015 17:13:23 -0800 Subject: [PATCH] remove #ifdef USE_UDP even when compiling without USE_UDP, almost everything in this file is needed --- common/main/multi.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/main/multi.h b/common/main/multi.h index 85d287c4b..ba7e0761a 100644 --- a/common/main/multi.h +++ b/common/main/multi.h @@ -31,7 +31,6 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. #include "powerup.h" #include "fwdobject.h" -#ifdef USE_UDP #ifdef _WIN32 #ifdef _WIN32_WINNT #undef _WIN32_WINNT @@ -587,4 +586,3 @@ namespace multi } #endif -#endif