Fixed mingw Windows build, since SDL_vulkan_internal.h includes windows.h

This commit is contained in:
Sam Lantinga
2017-08-28 00:43:14 -07:00
parent 0d011ec66d
commit 50efbda736
22 changed files with 37 additions and 43 deletions

View File

@@ -140,7 +140,7 @@ WINRT_CreateDevice(int devindex)
/* Set the function pointers */
device->VideoInit = WINRT_VideoInit;
device->VideoQuit = WINRT_VideoQuit;
device->CreateWindow = WINRT_CreateWindow;
device->CreateSDLWindow = WINRT_CreateWindow;
device->SetWindowSize = WINRT_SetWindowSize;
device->SetWindowFullscreen = WINRT_SetWindowFullscreen;
device->DestroyWindow = WINRT_DestroyWindow;