From 3c9c652f13912020fd3d0c90cd2820ae18508f16 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 11 Dec 2003 09:56:21 +0000 Subject: fix compilation on non-win32 systems svn-id: r11576 --- simon/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simon/debug.cpp') 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 #endif -- cgit v1.2.3