Go to the documentation of this file.
10 #define MF_OS_WINDOWS64
12 #elif defined(__linux__)
17 #if defined(__clang__)
18 #define MF_COMPILER_CLANG
19 #elif defined(__GNUC__)
20 #define MF_COMPILER_GCC
21 #elif defined(_MSC_VER)
22 #define MF_COMPILER_MSVC