]> git.saurik.com Git - wxWidgets.git/commitdiff
Added HANGUL_CHARSET for MSVC5
authorMattia Barbon <mbarbon@cpan.org>
Mon, 19 Nov 2001 18:57:00 +0000 (18:57 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Mon, 19 Nov 2001 18:57:00 +0000 (18:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/fontutil.cpp

index f994a460a4ee0277ac66e9ef0594580b075a0d15..db57d5519d205ef116d27bb895f0ebe2783368c2 100644 (file)
 
 #include "wx/tokenzr.h"
 
+// for MSVC5 and old w32api
+#ifndef HANGUL_CHARSET
+#    define HANGUL_CHARSET  129
+#endif
+
 // ============================================================================
 // implementation
 // ============================================================================