diff options
author | Marc Laukien <marc@zeroc.com> | 2002-04-10 11:30:21 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-04-10 11:30:21 +0000 |
commit | 5f17ff737dc7c95bc2ae251c1951faf630872c09 (patch) | |
tree | ae3eac4ba3496d96a1fb2fe2791cbe1b3ba1613d /cpp/src/Ice/Acceptor.h | |
parent | removed old file (diff) | |
download | ice-5f17ff737dc7c95bc2ae251c1951faf630872c09.tar.bz2 ice-5f17ff737dc7c95bc2ae251c1951faf630872c09.tar.xz ice-5f17ff737dc7c95bc2ae251c1951faf630872c09.zip |
WIN32->_WIN32
Diffstat (limited to 'cpp/src/Ice/Acceptor.h')
-rw-r--r-- | cpp/src/Ice/Acceptor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Acceptor.h b/cpp/src/Ice/Acceptor.h index 8833be76af1..b76aa498b17 100644 --- a/cpp/src/Ice/Acceptor.h +++ b/cpp/src/Ice/Acceptor.h @@ -15,7 +15,7 @@ #include <Ice/AcceptorF.h> #include <Ice/TransceiverF.h> -#ifndef WIN32 +#ifndef _WIN32 # define SOCKET int #endif |