]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
use wxUnusedVar() to suppress warnings about unused variable
[wxWidgets.git] / include / wx / msw / missing.h
index e4ca8641b59657603395eb3f4147b6eaf8571f20..5138801aa3bf6ef0044fdb2b3efeb07f106bffc6 100644 (file)
@@ -580,9 +580,9 @@ typedef struct {
     #define WC_NO_BEST_FIT_CHARS 0x400
 #endif
 
-// Not in WinCE
-#ifndef HGDI_ERROR
-#define HGDI_ERROR ((HANDLE)(0xFFFFFFFFL))
+// In addition, include stuff not defined in WinCE
+#ifdef __WXWINCE__
+    #include "wx/msw/wince/missing.h"
 #endif
 
 #endif