- More implementations and dependencies for Linux Wayland support
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#else
|
||||
|
||||
// Windows does not define ISO C aligned allocation functions
|
||||
#ifdef _MSC_VER
|
||||
#ifdef FENNEC_COMPILER_MSVC
|
||||
void operator delete (void* ptr) noexcept { _aligned_free(ptr); }
|
||||
void operator delete[](void* ptr) noexcept { _aligned_free(ptr); }
|
||||
void operator delete (void* ptr, fennec::align_t) noexcept { ::_aligned_free(ptr); }
|
||||
|
||||
Reference in New Issue
Block a user