X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=blobdiff_plain;f=source%2Fnet%2Fclientsocket.cpp;h=cbf18e593bdadc458ed862ab9aba326025df0bd1;hp=d28d0e90b930487b4a573cb751356baf10575666;hb=136c9eec2b72bfad4788908de5552fbd62216148;hpb=ebbf753626c9e5dd26743c379741c53f9f11866e diff --git a/source/net/clientsocket.cpp b/source/net/clientsocket.cpp index d28d0e9..cbf18e5 100644 --- a/source/net/clientsocket.cpp +++ b/source/net/clientsocket.cpp @@ -1,4 +1,4 @@ -#ifdef WIN32 +#ifdef _WIN32 #include #else #include @@ -36,7 +36,7 @@ void ClientSocket::shutdown(IO::Mode m) { int how; m = m&IO::M_RDWR; -#ifdef WIN32 +#ifdef _WIN32 if(m==IO::M_READ) how = SD_RECEIVE; else if(m==IO::M_WRITE)