diff options
Diffstat (limited to 'libs/enet/win32.c')
-rw-r--r-- | libs/enet/win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/enet/win32.c b/libs/enet/win32.c index e1fae233..0b32e633 100644 --- a/libs/enet/win32.c +++ b/libs/enet/win32.c @@ -2,7 +2,7 @@ @file win32.c @brief ENet Win32 system specific functions */ -#ifdef WIN32 +#ifdef _WIN32 #include <time.h> #define ENET_BUILDING_LIB 1 |