diff options
author | Marc Laukien <marc@zeroc.com> | 2001-09-19 06:08:07 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-09-19 06:08:07 +0000 |
commit | 37b9a6710bfb162ab64002bb83cf6c37bd78cb93 (patch) | |
tree | bc21a40551a11336771c9df2fb0feb211e39d85d /cpp/src/slice2cpp | |
parent | win fixes (diff) | |
download | ice-37b9a6710bfb162ab64002bb83cf6c37bd78cb93.tar.bz2 ice-37b9a6710bfb162ab64002bb83cf6c37bd78cb93.tar.xz ice-37b9a6710bfb162ab64002bb83cf6c37bd78cb93.zip |
win fixes
Diffstat (limited to 'cpp/src/slice2cpp')
-rw-r--r-- | cpp/src/slice2cpp/Gen.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index ffc3c1f346c..79375e7f16c 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -13,16 +13,6 @@ #include <GenUtil.h> #include <limits> -// -// Stupid Visual C++ defines min and max as macros :-( -// -#ifdef min -# undef min -#endif -#ifdef max -# undef max -#endif - using namespace std; using namespace Slice; |