]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
part of SF patch #904166 (DMC fix)
[wxWidgets.git] / include / wx / msw / missing.h
index 98112c564051f4173b8700125832db48b3f500f1..e4ca8641b59657603395eb3f4147b6eaf8571f20 100644 (file)
@@ -576,5 +576,14 @@ typedef struct {
     #define UISF_HIDEACCEL 2
 #endif
 
     #define UISF_HIDEACCEL 2
 #endif
 
+#ifndef WC_NO_BEST_FIT_CHARS
+    #define WC_NO_BEST_FIT_CHARS 0x400
+#endif
+
+// Not in WinCE
+#ifndef HGDI_ERROR
+#define HGDI_ERROR ((HANDLE)(0xFFFFFFFFL))
+#endif
+
 #endif
     // _WX_MISSING_H_
 #endif
     // _WX_MISSING_H_