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:
parent
430ff60228
commit
fcd0c90f75
@ -381,5 +381,9 @@ typedef struct _paraformat2 {
|
||||
#define ENDSESSION_LOGOFF 0x80000000
|
||||
#endif
|
||||
|
||||
#ifndef HANGUL_CHARSET
|
||||
#define HANGUL_CHARSET 129
|
||||
#endif
|
||||
|
||||
#endif
|
||||
// _WX_MISSING_H_
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user