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

@ -91,8 +91,7 @@ Emscripten_CreateDevice(int devindex)
device->PumpEvents = Emscripten_PumpEvents;
device->CreateWindow = Emscripten_CreateWindow;
/*device->CreateWindowFrom = Emscripten_CreateWindowFrom;*/
device->CreateSDLWindow = Emscripten_CreateWindow;
device->SetWindowTitle = Emscripten_SetWindowTitle;
/*device->SetWindowIcon = Emscripten_SetWindowIcon;
device->SetWindowPosition = Emscripten_SetWindowPosition;*/