diff options
author | lsalzman <[email protected]> | 2013-10-23 14:13:44 +0300 |
---|---|---|
committer | lsalzman <[email protected]> | 2013-10-23 14:13:44 +0300 |
commit | 2ebb3560b720d9501b4e278f2001bb30294b99a0 (patch) | |
tree | b0692ff1569f071e681f61300bd0ade0f800dd3e /unix.c | |
parent | e19dc9f825498b2c50c6c29d97aab17be77155d8 (diff) | |
download | enet-2ebb3560b720d9501b4e278f2001bb30294b99a0.tar.gz enet-2ebb3560b720d9501b4e278f2001bb30294b99a0.zip |
enet 1.3.10 release prepv1.3.10
Diffstat (limited to 'unix.c')
-rw-r--r-- | unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |