mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 12:20:07 +00:00
Added #ifdef NOMINMAX. Thanks Krzysztof Kondrak !
This commit is contained in:
parent
c77a123a89
commit
1e425dda03
@ -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…
Reference in New Issue
Block a user