]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/spinctrl.cpp
1. wxMenu{Item|Bar} modifications for wxMotif
[wxWidgets.git] / src / msw / spinctrl.cpp
index 133cba42e74b5c2b3e2aeb79554e50a4d38d8172..2ee0255f6c1d63ae005bd040b596bf629cedc911 100644 (file)
@@ -38,7 +38,9 @@
 #include "wx/spinctrl.h"
 #include "wx/msw/private.h"
 
-#include <commctrl.h>
+#if (defined(__WIN95__) && !defined(__GNUWIN32__)) || defined(__TWIN32__) || defined(wxUSE_NORLANDER_HEADERS)
+    #include <commctrl.h>
+#endif
 
 // ----------------------------------------------------------------------------
 // macros