(Vulkan Windows/WGL) Change ifdef for Griffin
This commit is contained in:
parent
b9ce94b360
commit
afa99db9dc
|
@ -94,9 +94,10 @@ UI COMMON CONTEXT
|
|||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
#include "../gfx/common/win32_common.cpp"
|
||||
|
||||
#ifdef HAVE_OPENGL
|
||||
#if defined(HAVE_OPENGL) || defined(HAVE_VULKAN)
|
||||
#include "../gfx/drivers_context/wgl_ctx.cpp"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue