From 3a56616a5f9a335bbc0c143fbb9813e197482948 Mon Sep 17 00:00:00 2001 From: Angad <66992519+ThirdEyeSqueegee@users.noreply.github.com> Date: Tue, 23 Jul 2024 18:53:58 -0700 Subject: [PATCH] fix: `SFSEPluginVersion` macro (#246) (#255) --- include/SFSE/Interfaces.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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