mirror of
https://github.com/encounter/SDL.git
synced 2025-12-21 02:39:10 +00:00
Fixed mingw Windows build, since SDL_vulkan_internal.h includes windows.h
This commit is contained in:
@@ -107,7 +107,7 @@ static SDL_VideoDevice *NACL_CreateDevice(int devindex) {
|
||||
device->VideoQuit = NACL_VideoQuit;
|
||||
device->PumpEvents = NACL_PumpEvents;
|
||||
|
||||
device->CreateWindow = NACL_CreateWindow;
|
||||
device->CreateSDLWindow = NACL_CreateWindow;
|
||||
device->SetWindowTitle = NACL_SetWindowTitle;
|
||||
device->DestroyWindow = NACL_DestroyWindow;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user