]> git.saurik.com Git - wxWidgets.git/commitdiff
Missing CHARSET_HANGUL fix.
authorMattia Barbon <mbarbon@cpan.org>
Thu, 10 Jul 2003 19:29:55 +0000 (19:29 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Thu, 10 Jul 2003 19:29:55 +0000 (19:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/missing.h
src/msw/utils.cpp

index e630907950dc15589ad36d7d298c0e27d280ee89..83129ec448869b6d35268c5a3f7c18058bfc9c19 100644 (file)
@@ -381,5 +381,9 @@ typedef struct _paraformat2 {
     #define ENDSESSION_LOGOFF    0x80000000
 #endif
 
+#ifndef HANGUL_CHARSET
+    #define HANGUL_CHARSET  129
+#endif
+
 #endif
     // _WX_MISSING_H_
index a036e1a10f7adacda1cd82cba3140aa390d6b640..3850a53d1040f9c9a74e73e029c4b25a37a02f62 100644 (file)
@@ -34,6 +34,7 @@
 #include "wx/apptrait.h"
 
 #include "wx/msw/private.h"     // includes <windows.h>
+#include "wx/msw/missing.h"     // CHARSET_HANGUL
 
 #ifdef __GNUWIN32_OLD__
     // apparently we need to include winsock.h to get WSADATA and other stuff