mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 03:35:22 +00:00
Add extern "C" for win32_handle_keyboard_event
This commit is contained in:
parent
c33f4b9f83
commit
5e6983d0da
@ -39,7 +39,7 @@ extern bool g_resized;
|
||||
extern bool g_quit;
|
||||
extern HWND g_hwnd;
|
||||
|
||||
LRESULT win32_handle_keyboard_event(HWND hwnd, UINT message,
|
||||
extern "C" LRESULT win32_handle_keyboard_event(HWND hwnd, UINT message,
|
||||
WPARAM wparam, LPARAM lparam);
|
||||
|
||||
LRESULT win32_menu_loop(HWND handle, WPARAM wparam);
|
||||
|
Loading…
x
Reference in New Issue
Block a user