X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=blobdiff_plain;f=source%2Fnet%2Fsocket_private.h;h=995ead0f3951b88bff1462d1cea515b97de10278;hp=fc8b23be4cf118d6e984f89735b43fc5c0345169;hb=136c9eec2b72bfad4788908de5552fbd62216148;hpb=ebbf753626c9e5dd26743c379741c53f9f11866e diff --git a/source/net/socket_private.h b/source/net/socket_private.h index fc8b23b..995ead0 100644 --- a/source/net/socket_private.h +++ b/source/net/socket_private.h @@ -7,13 +7,13 @@ namespace Msp { namespace Net { -#ifdef WIN32 +#ifdef _WIN32 typedef int socklen_t; #endif struct Socket::Private { -#ifdef WIN32 +#ifdef _WIN32 SOCKET handle; #else int handle;