diff options
Diffstat (limited to 'cpp/src/Ice/TcpTransceiver.cpp')
-rw-r--r-- | cpp/src/Ice/TcpTransceiver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/TcpTransceiver.cpp b/cpp/src/Ice/TcpTransceiver.cpp index 7c368929d45..30ff76394d3 100644 --- a/cpp/src/Ice/TcpTransceiver.cpp +++ b/cpp/src/Ice/TcpTransceiver.cpp @@ -58,7 +58,7 @@ IceInternal::TcpTransceiver::write(Buffer& buf, int timeout) { int packetSize = buf.b.end() - buf.i; -#ifdef WIN32 +#ifdef _WIN32 // // Limit packet size to avoid performance problems on WIN32 // |