diff --git a/include/SFSE/Interfaces.h b/include/SFSE/Interfaces.h index d415b208..13fec4ae 100644 --- a/include/SFSE/Interfaces.h +++ b/include/SFSE/Interfaces.h @@ -251,4 +251,4 @@ namespace SFSE #define SFSEPluginPreload(...) extern "C" [[maybe_unused]] __declspec(dllexport) bool SFSEPlugin_Preload(__VA_ARGS__) #define SFSEPluginLoad(...) extern "C" [[maybe_unused]] __declspec(dllexport) bool SFSEPlugin_Load(__VA_ARGS__) -#define SFSEPluginVersion extern "C" [[maybe_unused]] __declspec(dllexport) inline constinit SFSE::PluginVersionData SFSEPlugin_Version +#define SFSEPluginVersion extern "C" [[maybe_unused]] __declspec(dllexport) constinit SFSE::PluginVersionData SFSEPlugin_Version