Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 73763
Collapse All | Expand All

(-)clanbomber/Config.cpp
Lines 23-28 Link Here
23
23
24
 #include "Controller.h"
24
 #include "Controller.h"
25
  
25
  
26
  +#ifdef min
26
  +#ifdef min
27
  +#undef min
27
  +#undef min
28
  +#endif
28
  +#endif
29
  +#ifdef max
29
  +#ifdef max
30
  +#undef max
30
  +#undef max
31
  +#endif
31
  +#endif
32
   #include <fstream>
32
   #include <fstream>
33
   #include <cstdio>
33
   #include <cstdio>

Return to bug 73763