mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 12:20:07 +00:00
Revert "Unbreak on BSDs"
This commit is contained in:
parent
606cb27e6e
commit
39f44902f3
@ -2229,6 +2229,10 @@ remove them if not needed.
|
|||||||
#include <mutex> // for std::mutex
|
#include <mutex> // for std::mutex
|
||||||
#include <atomic> // for std::atomic
|
#include <atomic> // for std::atomic
|
||||||
|
|
||||||
|
#if !defined(_WIN32) && !defined(__APPLE__)
|
||||||
|
#include <malloc.h> // for aligned_alloc()
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef VMA_NULL
|
#ifndef VMA_NULL
|
||||||
// Value used as null pointer. Define it to e.g.: nullptr, NULL, 0, (void*)0.
|
// Value used as null pointer. Define it to e.g.: nullptr, NULL, 0, (void*)0.
|
||||||
#define VMA_NULL nullptr
|
#define VMA_NULL nullptr
|
||||||
|
Loading…
Reference in New Issue
Block a user