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:
@@ -381,5 +381,9 @@ typedef struct _paraformat2 {
|
|||||||
#define ENDSESSION_LOGOFF 0x80000000
|
#define ENDSESSION_LOGOFF 0x80000000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef HANGUL_CHARSET
|
||||||
|
#define HANGUL_CHARSET 129
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// _WX_MISSING_H_
|
// _WX_MISSING_H_
|
||||||
|
@@ -34,6 +34,7 @@
|
|||||||
#include "wx/apptrait.h"
|
#include "wx/apptrait.h"
|
||||||
|
|
||||||
#include "wx/msw/private.h" // includes <windows.h>
|
#include "wx/msw/private.h" // includes <windows.h>
|
||||||
|
#include "wx/msw/missing.h" // CHARSET_HANGUL
|
||||||
|
|
||||||
#ifdef __GNUWIN32_OLD__
|
#ifdef __GNUWIN32_OLD__
|
||||||
// apparently we need to include winsock.h to get WSADATA and other stuff
|
// apparently we need to include winsock.h to get WSADATA and other stuff
|
||||||
|
Reference in New Issue
Block a user