Fixed mingw Windows build, since SDL_vulkan_internal.h includes windows.h
This commit is contained in:
parent
0d011ec66d
commit
50efbda736
22 changed files with 37 additions and 43 deletions
|
@ -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;*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue