diff options
author | Michi Henning <michi@zeroc.com> | 2006-06-27 06:23:19 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2006-06-27 06:23:19 +0000 |
commit | f89621ec5dee1a66ff690009c4adc70a57e3aea7 (patch) | |
tree | 629204290728152d8ceba45f6f732a4ee74e272c /cppe | |
parent | Added min and max to list of undefined symbols. (diff) | |
download | ice-f89621ec5dee1a66ff690009c4adc70a57e3aea7.tar.bz2 ice-f89621ec5dee1a66ff690009c4adc70a57e3aea7.tar.xz ice-f89621ec5dee1a66ff690009c4adc70a57e3aea7.zip |
Bug 981.
Diffstat (limited to 'cppe')
-rw-r--r-- | cppe/include/IceE/UndefSysMacros.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cppe/include/IceE/UndefSysMacros.h b/cppe/include/IceE/UndefSysMacros.h index 6f5e55f6e2c..d09916cc23b 100644 --- a/cppe/include/IceE/UndefSysMacros.h +++ b/cppe/include/IceE/UndefSysMacros.h @@ -20,12 +20,9 @@ // Here, we undefine symbols that cause such problems. // -#ifdef major #undef major -#endif - -#ifdef minor #undef minor -#endif +#undef min +#undef max #endif |