Fixed #include <windows.h> for compilation under Windows mingw64. Issue #41 thanks @turol !
This commit is contained in:
parent
df1b88d387
commit
c77a123a89
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue