aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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