win_joystick_rawinput: Fix wchar/char mismatch

This commit is contained in:
GH Cao
2022-09-02 16:53:53 +08:00
parent 1e696006e5
commit 0cca0d9831
3 changed files with 12 additions and 10 deletions

View File

@@ -23,7 +23,9 @@
#ifndef PLAT_WIN_H
#define PLAT_WIN_H
#ifndef UNICODE
#define UNICODE
#endif
#define BITMAP WINDOWS_BITMAP
#if 0
# ifdef _WIN32_WINNT