]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
fixed somebody's poorly done StreamSize-->GetSize transition
[wxWidgets.git] / src / msw / app.cpp
index 35c8510c4872d2a90d8b21b30ef9ed8e0907407d..dc4e711541d8e0e4be1bc4254f96d73e88d0f2d6 100644 (file)
@@ -82,7 +82,7 @@
 #include <string.h>
 #include <ctype.h>
 
-#if (defined(__WIN95__) && !defined(__GNUWIN32__)) || defined(__TWIN32__)
+#if (defined(__WIN95__) && !defined(__GNUWIN32__)) || defined(__TWIN32__) || defined(wxUSE_NORLANDER_HEADERS)
     #include <commctrl.h>
 #endif