Add extern "C" for win32_handle_keyboard_event

This commit is contained in:
twinaphex 2015-11-11 20:21:16 +01:00
parent c33f4b9f83
commit 5e6983d0da

View File

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