]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/spinctrl.cpp
regenerated using tmake to add fldlgcmn.cpp
[wxWidgets.git] / src / msw / spinctrl.cpp
index 2f3bdc7b118cb28b81f359383088f6386b31f726..406afce6299df784f82133991ad0002a8d1d8566 100644 (file)
@@ -40,7 +40,7 @@
 #include "wx/spinctrl.h"
 #include "wx/msw/private.h"
 
-#if defined(__WIN95__) && !((defined(__GNUWIN32_OLD__) || defined(__TWIN32__)) && !defined(__CYGWIN10__))
+#if defined(__WIN95__) && !(defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__))
     #include <commctrl.h>
 #endif