Missing CHARSET_HANGUL fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2003-07-10 19:29:55 +00:00
parent 430ff60228
commit fcd0c90f75
2 changed files with 5 additions and 0 deletions

View 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_

View 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