]> git.saurik.com Git - wxWidgets.git/commitdiff
MinGW compilation fix.
authorMattia Barbon <mbarbon@cpan.org>
Thu, 20 Sep 2001 22:08:10 +0000 (22:08 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Thu, 20 Sep 2001 22:08:10 +0000 (22:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/univ/themes/win32.cpp

index 3f682335bc7de6906d94ecf49ed77517bebb0db6..fae4a4a885deec9b070012baff00264e1efab43a 100644 (file)
     #include "wx/scrolbar.h"
     #include "wx/slider.h"
     #include "wx/textctrl.h"
+
+    #ifdef __WXMSW__
+        // for COLOR_* constants
+        #include "wx/msw/private.h"
+    #endif
 #endif // WX_PRECOMP
 
 #include "wx/notebook.h"