]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/msgout.cpp
Warning and build fixes focused with Borland and Watcom.
[wxWidgets.git] / src / common / msgout.cpp
index f588f326df9b5f251248ce226147026ea5c6030c..77c19feb6d42d055964c414edbeeb82242d5227f 100755 (executable)
@@ -52,7 +52,7 @@
 #include <stdarg.h>
 #include <stdio.h>
 
-#ifdef __WXMSW__
+#if defined(__WXMSW__)
     #include "wx/msw/private.h"
 #endif
 #ifdef __WXMAC__