summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/Activator.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-04-10 11:30:21 +0000
committerMarc Laukien <marc@zeroc.com>2002-04-10 11:30:21 +0000
commit5f17ff737dc7c95bc2ae251c1951faf630872c09 (patch)
treeae3eac4ba3496d96a1fb2fe2791cbe1b3ba1613d /cpp/src/IcePack/Activator.cpp
parentremoved old file (diff)
downloadice-5f17ff737dc7c95bc2ae251c1951faf630872c09.tar.bz2
ice-5f17ff737dc7c95bc2ae251c1951faf630872c09.tar.xz
ice-5f17ff737dc7c95bc2ae251c1951faf630872c09.zip
WIN32->_WIN32
Diffstat (limited to 'cpp/src/IcePack/Activator.cpp')
-rw-r--r--cpp/src/IcePack/Activator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/Activator.cpp b/cpp/src/IcePack/Activator.cpp
index c3890c7239e..821755e3821 100644
--- a/cpp/src/IcePack/Activator.cpp
+++ b/cpp/src/IcePack/Activator.cpp
@@ -8,7 +8,7 @@
//
// **********************************************************************
-#ifdef WIN32
+#ifdef _WIN32
# error Sorry, the IcePack Activator is not yet supported on WIN32.
#endif