aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorMax Horn2003-12-11 09:56:21 +0000
committerMax Horn2003-12-11 09:56:21 +0000
commit3c9c652f13912020fd3d0c90cd2820ae18508f16 (patch)
tree8344c2c01c98fe0f8981db649e8bbdc6eee64410 /simon
parent898d5f2647084c65cd0df1bc50e661031a8bf87d (diff)
downloadscummvm-rg350-3c9c652f13912020fd3d0c90cd2820ae18508f16.tar.gz
scummvm-rg350-3c9c652f13912020fd3d0c90cd2820ae18508f16.tar.bz2
scummvm-rg350-3c9c652f13912020fd3d0c90cd2820ae18508f16.zip
fix compilation on non-win32 systems
svn-id: r11576
Diffstat (limited to 'simon')
-rw-r--r--simon/debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/debug.cpp b/simon/debug.cpp
index bd4bfab72e..9635fc5351 100644
--- a/simon/debug.cpp
+++ b/simon/debug.cpp
@@ -26,7 +26,7 @@
#include "simon/debug.h"
#include "simon/vga.h"
-#if defined (WIN32) && !defined(_WIN32_WCE)
+#if !defined(_WIN32_WCE)
#include <sys/stat.h>
#endif