From 9ab0902be5337d33dcc73635b073b859915c6629 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Sat, 10 Sep 2022 23:22:42 -0700 Subject: [PATCH] spng: define SPNG_STATIC when compiling spng itself Previously was only defined for things including it. Not really a bug, but it was leaking symbols into exports. --- Externals/libspng/spng.vcxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Externals/libspng/spng.vcxproj b/Externals/libspng/spng.vcxproj index 2db88cb2ee..3a37bbaf5a 100644 --- a/Externals/libspng/spng.vcxproj +++ b/Externals/libspng/spng.vcxproj @@ -18,6 +18,7 @@ libspng\spng;%(AdditionalIncludeDirectories) + SPNG_STATIC;%(PreprocessorDefinitions)