We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5880c8e commit 07db9fdCopy full SHA for 07db9fd
include/NazaraUtils/MemoryHelper.hpp
@@ -7,7 +7,9 @@
7
#ifndef NAZARAUTILS_MEMORYHELPER_HPP
8
#define NAZARAUTILS_MEMORYHELPER_HPP
9
10
-#if defined(NAZARA_COMPILER_MSVC) || defined(NAZARA_COMPILER_MINGW)
+#include <NazaraUtils/Prerequisites.hpp>
11
+
12
+#if defined(NAZARA_PLATFORM_WINDOWS) // MSVC / MinGW / Clang on Windows
13
14
#include <malloc.h>
15
0 commit comments