Minor tweaks

This commit is contained in:
Ray
2024-07-08 22:54:19 +02:00
parent 598b7f5210
commit 3abe728712
5 changed files with 7 additions and 7 deletions

View File

@ -79,7 +79,7 @@ void CloseWindow(void);
#endif
#ifdef _MSC_VER
__declspec(dllimport) int __stdcall MultiByteToWideChar(unsigned int CodePage, unsigned long dwFlags, const char* lpMultiByteStr, int cbMultiByte, wchar_t* lpWideCharStr, int cchWideChar);
__declspec(dllimport) int __stdcall MultiByteToWideChar(unsigned int CodePage, unsigned long dwFlags, const char *lpMultiByteStr, int cbMultiByte, wchar_t *lpWideCharStr, int cchWideChar);
#endif
#include "../external/RGFW.h"