Browse Source

fixed NICE_WARING definition for gcc

Johannes Ruehle 12 năm trước cách đây
mục cha
commit
94992080e3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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