summaryrefslogtreecommitdiff
path: root/cppe/include/IceE/UndefSysMacros.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/include/IceE/UndefSysMacros.h')
-rw-r--r--cppe/include/IceE/UndefSysMacros.h7
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