Update Util.hpp

Move CP_SHIFT_JIS define to a better place.
This commit is contained in:
Minty-Meeo 2021-04-10 21:29:23 -05:00
parent df297df081
commit 5ecd8595c9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,6 @@
#if _WIN32 && UNICODE
#include <cwctype>
#include <direct.h>
#define CP_SHIFT_JIS 932
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN 1
#endif
@ -11,6 +10,7 @@
#define NOMINMAX
#endif
#include <windows.h>
#define CP_SHIFT_JIS 932
#if defined(WINAPI_FAMILY) && WINAPI_FAMILY != WINAPI_FAMILY_DESKTOP_APP
#define WINDOWS_STORE 1
#else