]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing windows.h includes
authorJulian Smart <julian@anthemion.co.uk>
Wed, 19 Jan 2000 10:34:43 +0000 (10:34 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 19 Jan 2000 10:34:43 +0000 (10:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/helpext.cpp
src/html/htmlwin.cpp

index abac8364523d8a942edaa905b5eb64763da25e2c..838d373f0480cabd58b81a770524dc4f68f8895b 100644 (file)
     #include   <unistd.h>
 #endif
 
+#ifdef __WXMSW__
+#include <windows.h>
+#endif
+
 IMPLEMENT_CLASS(wxExtHelpController, wxHTMLHelpControllerBase)
 
 /**
index af8f4639f959c0d1c066690b4bb2ffa8266c89a5..ac2e1d135a55eaef468dd08ee8830884e328b4b7 100644 (file)
@@ -28,7 +28,9 @@
 #include "wx/html/htmlwin.h"
 #include "wx/html/forcelnk.h"
 
-
+#ifdef __WXMSW__
+#include <windows.h>
+#endif
 
 //-----------------------------------------------------------------------------
 // wxHtmlWindow