define WideCharToMultiByte
This commit is contained in:
parent
5dec091dea
commit
46c1d60e05
2
src/external/RGFW.h
vendored
2
src/external/RGFW.h
vendored
|
|
@ -5000,6 +5000,8 @@ static const struct wl_callback_listener wl_surface_frame_listener = {
|
|||
#define OEMRESOURCE
|
||||
#include <windows.h>
|
||||
|
||||
__declspec(dllimport) int __stdcall WideCharToMultiByte( UINT CodePage, DWORD dwFlags, const WCHAR* lpWideCharStr, int cchWideChar, LPSTR lpMultiByteStr, int cbMultiByte, LPCCH lpDefaultChar, LPBOOL lpUsedDefaultChar);
|
||||
|
||||
#include <processthreadsapi.h>
|
||||
#include <wchar.h>
|
||||
#include <locale.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user