Add ifdef

This commit is contained in:
twinaphex 2018-09-09 01:28:09 +02:00
parent 4750342b33
commit bfdb75a30e

View File

@ -584,7 +584,9 @@ static bool gfx_ctx_wgl_set_video_mode(void *data,
unsigned width, unsigned height,
bool fullscreen)
{
#ifdef HAVE_VULKAN
win32_vk.fullscreen = fullscreen;
#endif
if (!win32_set_video_mode(NULL, width, height, fullscreen))
{