mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2024-11-10 10:41:52 +00:00
Avoid redefinition warnings of NOMINMAX if you've already defined it.
This commit is contained in:
parent
f305aebdfd
commit
14f79094d4
@ -1369,7 +1369,9 @@ available through VmaAllocatorCreateInfo::pRecordSettings.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX // For Windows.h
|
||||
#endif
|
||||
|
||||
#include <vulkan/vulkan.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user