aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix.c
diff options
context:
space:
mode:
authorlsalzman <[email protected]>2013-10-23 14:13:44 +0300
committerlsalzman <[email protected]>2013-10-23 14:13:44 +0300
commit2ebb3560b720d9501b4e278f2001bb30294b99a0 (patch)
treeb0692ff1569f071e681f61300bd0ade0f800dd3e /unix.c
parente19dc9f825498b2c50c6c29d97aab17be77155d8 (diff)
downloadenet-2ebb3560b720d9501b4e278f2001bb30294b99a0.tar.gz
enet-2ebb3560b720d9501b4e278f2001bb30294b99a0.zip
enet 1.3.10 release prepv1.3.10
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix.c b/unix.c
index 3fdce96..e9a0602 100644
--- a/unix.c
+++ b/unix.c
@@ -2,7 +2,7 @@
@file unix.c
@brief ENet Unix system specific functions
*/
-#ifndef WIN32
+#ifndef _WIN32
#include <sys/types.h>
#include <sys/socket.h>