windows: fix build if pch were to be disabled

This commit is contained in:
Shawn Hoffman
2020-08-18 23:25:57 -07:00
parent 800b2480ec
commit cff4806d8d
4 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#define VK_NO_PROTOTYPES
#if defined(WIN32)
#if defined(_WIN32)
#define VK_USE_PLATFORM_WIN32_KHR
#endif