]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/private.h
fixed wxALL_FILES definition in Unicode build
[wxWidgets.git] / include / wx / msw / private.h
index 094ab1fcd12f437c4327476ca0280637ad2056d1..21ce06bcf969633c20a37dfe35c3a766e22d5642 100644 (file)
 
 #include <windows.h>
 
+
+#if defined (__WXWINCE__)
+    #include <wingdi.h>     // RGB, COLORREF
+    #include <winuser.h>    // Global Namespaces ::GetKeyState, ::GetWindowRect
+#endif
+
+
 #ifdef __WXMICROWIN__
     // Extra prototypes and symbols not defined by MicroWindows
     #include "wx/msw/microwin.h"