Merge pull request #275 from Attractadore/patch-1

Fix windows.h not found when cross compiling on Linux
This commit is contained in:
Adam Sawicki 2022-06-20 09:55:07 +02:00 committed by GitHub
commit eac5fec522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@
#define WIN32_LEAN_AND_MEAN
#endif
#include <Windows.h>
#include <windows.h>
#if !defined(VK_USE_PLATFORM_WIN32_KHR)
#define VK_USE_PLATFORM_WIN32_KHR
#endif // #if !defined(VK_USE_PLATFORM_WIN32_KHR)