Added #ifdef NOMINMAX. Thanks Krzysztof Kondrak !
This commit is contained in:
parent
c77a123a89
commit
1e425dda03
1 changed files with 3 additions and 1 deletions
|
@ -1369,7 +1369,9 @@ available through VmaAllocatorCreateInfo::pRecordSettings.
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#define NOMINMAX // For windows.h
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX // For windows.h
|
||||
#endif
|
||||
|
||||
#include <vulkan/vulkan.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue