remove #ifdef USE_UDP

even when compiling without USE_UDP, almost everything in this file is needed
This commit is contained in:
Bradley Bell 2015-02-05 17:13:23 -08:00
parent ddfa4aeecf
commit 5a9b2497b1

View file

@ -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