mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 19:55:50 +00:00
windows: fix build if pch were to be disabled
This commit is contained in:
parent
800b2480ec
commit
cff4806d8d
4 changed files with 4 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#define VK_NO_PROTOTYPES
|
||||
|
||||
#if defined(WIN32)
|
||||
#if defined(_WIN32)
|
||||
#define VK_USE_PLATFORM_WIN32_KHR
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue