define WideCharToMultiByte

This commit is contained in:
ColleagueRiley 2024-08-24 11:15:55 -04:00
parent 5dec091dea
commit 46c1d60e05

2
src/external/RGFW.h vendored
View File

@ -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>