summaryrefslogtreecommitdiff
blob: c9f4a739773231dca68070e61a7f51e4169933ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- clanbomber/Config.cpp	2004-11-21 10:19:16.303654776 +0100
+++ clanbomber/Config.cpp.new	2004-11-21 10:20:33.042988624 +0100
@@ -23,6 +23,12 @@
 
 #include "Controller.h"
 
+#ifdef min
+#undef min
+#endif
+#ifdef max
+#undef max
+#endif
 #include <fstream>
 #include <cstdio>