X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4a6619bb4c8d90e7acfaf5291e326aa26897caa4..5171ea0ea9fb78f8b24efbab347d33ca40ca5d33:/include/wx/msw/missing.h diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 98112c5640..76a3e7a0ab 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -576,5 +576,9 @@ typedef struct { #define UISF_HIDEACCEL 2 #endif +#ifndef WC_NO_BEST_FIT_CHARS + #define WC_NO_BEST_FIT_CHARS 0x400 +#endif + #endif // _WX_MISSING_H_