Эх сурвалжийг харах

fixed NICE_WARING definition for gcc

Johannes Ruehle 12 жил өмнө
parent
commit
94992080e3

+ 2 - 2
core/basics/CrossplatformDefines.h

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