]> git.saurik.com Git - wxWidgets.git/commitdiff
added WC_NO_BEST_FIT_CHARS
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Feb 2004 22:09:13 +0000 (22:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Feb 2004 22:09:13 +0000 (22:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/missing.h

index 98112c564051f4173b8700125832db48b3f500f1..76a3e7a0abeec4be322fe8a054cb4c305194c77e 100644 (file)
@@ -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_