(WGL) Change ifdef

This commit is contained in:
twinaphex 2016-05-16 08:36:22 +02:00
parent 0433d3ca6e
commit b9ce94b360

View File

@ -46,7 +46,7 @@ static const gfx_ctx_driver_t *gfx_ctx_drivers[] = {
#if defined(HAVE_OPENDINGUX_FBDEV)
&gfx_ctx_opendingux_fbdev,
#endif
#if defined(_WIN32) && defined(HAVE_OPENGL)
#if defined(_WIN32) && (defined(HAVE_OPENGL) || defined(HAVE_VULKAN))
&gfx_ctx_wgl,
#endif
#if defined(HAVE_WAYLAND)