]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dc.cpp
CW Pro 5 Adaptions (the .old.mcp are the Pro 4 Files)
[wxWidgets.git] / src / msw / dc.cpp
index d17e9b196137b35cc9628f1b159de6226d551c97..f424405768d840d002d44ca63677659eaf6162f9 100644 (file)
@@ -46,6 +46,9 @@
 #include <math.h>
 
 #if wxUSE_COMMON_DIALOGS
+#if wxUSE_NORLANDER_HEADERS
+    #include <windows.h>
+#endif
     #include <commdlg.h>
 #endif