Explorar o código

fixed NICE_WARING definition for gcc

Johannes Ruehle %!s(int64=12) %!d(string=hai) anos
pai
achega
94992080e3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      core/basics/CrossplatformDefines.h

+ 2 - 2
core/basics/CrossplatformDefines.h

@@ -24,7 +24,7 @@
 //TODO( Still have to fix 3D rendering );
 
 #else//__GNUC__ - may need other defines for different compilers
-#   define WARNING(exp) ("WARNING: " exp)
+#   define NICE_WARNING(exp) ("WARNING: " exp)
 #endif
 
 //
@@ -48,4 +48,4 @@ inline float roundf(float r)
 #endif
 
 
-#endif //CROSSPLATFORMDEFINES_H
+#endif //CROSSPLATFORMDEFINES_H