From baa349f2ec0bbe419b18b1a3a3a5424d7f21d092 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 17 Jul 2020 02:32:37 +0200 Subject: [PATCH] Cleanup --- gfx/common/win32_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/common/win32_common.c b/gfx/common/win32_common.c index 370b94b68e..60452928a8 100644 --- a/gfx/common/win32_common.c +++ b/gfx/common/win32_common.c @@ -1069,7 +1069,7 @@ LRESULT CALLBACK WndProcD3D(HWND hwnd, UINT message, } #endif -#if defined(HAVE_OPENGL) || defined(HAVE_OPENGL1) || defined(HAVE_OPENGL_CORE) || defined(HAVE_VULKAN) +#if defined(HAVE_OPENGL) || defined(HAVE_OPENGL1) || defined(HAVE_OPENGL_CORE) LRESULT CALLBACK WndProcWGL(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) {