From 4f51341fc08ce3c343e599a2b82ed2f4b3f85c53 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 20 May 2017 19:47:02 +0200 Subject: [PATCH] Update --- gfx/common/win32_common.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gfx/common/win32_common.cpp b/gfx/common/win32_common.cpp index 531ccf7aa2..644676fd52 100644 --- a/gfx/common/win32_common.cpp +++ b/gfx/common/win32_common.cpp @@ -356,6 +356,7 @@ static int win32_drag_query_file(HWND hwnd, WPARAM wparam) return 0; } +#ifndef _XBOX static LRESULT win32_handle_keyboard_event(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) { @@ -419,6 +420,7 @@ static LRESULT win32_handle_keyboard_event(HWND hwnd, UINT message, return DefWindowProc(hwnd, message, wparam, lparam); } +#endif static LRESULT CALLBACK WndProcCommon(bool *quit, HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam)