aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-10-11 04:16:40 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-10-11 04:16:40 +0200
commitc850866eceac5b943ff54577e4927e4c18cab5fb (patch)
tree80b8578877399c445d3e3df869cafd80b2a15239 /src/main.cpp
parent0d9816d36341bac163b640ccdba2bc5b4dd32614 (diff)
downloadosc-graphics-c850866eceac5b943ff54577e4927e4c18cab5fb.tar.gz
renamed ERROR() and WARNING() macros to prevent preprocessor warnings on WindowsHEADmaster
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 690933c..c66de65 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -262,7 +262,7 @@ main(int argc, char **argv)
#if DEFAULT_SDL_FLAGS & SDL_HWSURFACE
if (!(screen->flags & SDL_HWSURFACE))
- WARNING("Hardware surfaces not available!");
+ WARNING_MSG("Hardware surfaces not available!");
#endif
SDL_ShowCursor(show_cursor);