error when compiling Geode Loader with MSVC
Some checks failed
Build Binaries / Build Windows (push) Has been cancelled
Build Binaries / Build macOS (push) Has been cancelled
Build Binaries / Build Android (64-bit) (push) Has been cancelled
Build Binaries / Build Android (32-bit) (push) Has been cancelled
Build Binaries / Publish (push) Has been cancelled

This commit is contained in:
altalk23 2024-11-27 16:43:00 +03:00
parent 24189b1a03
commit 926eb92bf5

View file

@ -5,6 +5,12 @@
#include <Geode/platform/platform.hpp>
#include <variant>
#if defined(GEODE_EXPOSE_SECRET_INTERNALS_IN_HEADERS_DO_NOT_DEFINE_PLEASE)
#if !defined(__clang__)
#error Geode Loader only compiles with Clang.
#endif
#endif
#if !defined(GEODE_CONCAT)
#define GEODE_WRAPPER_CONCAT(x, y) x##y
#define GEODE_CONCAT(x, y) GEODE_WRAPPER_CONCAT(x, y)