mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2024-11-26 16:34:35 +00:00
Fixed #include <windows.h> for compilation under Windows mingw64. Issue #41 thanks @turol !
This commit is contained in:
parent
df1b88d387
commit
c77a123a89
@ -1369,12 +1369,12 @@ available through VmaAllocatorCreateInfo::pRecordSettings.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define NOMINMAX // For Windows.h
|
||||
#define NOMINMAX // For windows.h
|
||||
|
||||
#include <vulkan/vulkan.h>
|
||||
|
||||
#if VMA_RECORDING_ENABLED
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#if !defined(VMA_DEDICATED_ALLOCATION)
|
||||
|
Loading…
Reference in New Issue
Block a user