X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4a6619bb4c8d90e7acfaf5291e326aa26897caa4..8183307507e8f19ddafa8c6e656dfa383e472678:/include/wx/msw/missing.h?ds=sidebyside diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 98112c5640..e4ca8641b5 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -576,5 +576,14 @@ typedef struct { #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_