From 7b8f30bb25f8d711f3869c325764110f53d4a080 Mon Sep 17 00:00:00 2001 From: Takashi Kojo Date: Sat, 24 May 2025 14:03:55 +0900 Subject: [PATCH] fix Release build --- wrapper/CSharp/wolfssl.vcxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wrapper/CSharp/wolfssl.vcxproj b/wrapper/CSharp/wolfssl.vcxproj index 1d142db4b..8ac0fdb72 100644 --- a/wrapper/CSharp/wolfssl.vcxproj +++ b/wrapper/CSharp/wolfssl.vcxproj @@ -230,7 +230,7 @@ MaxSpeed true ./;../../;%(AdditionalIncludeDirectories) - BUILDING_WOLFSSL;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions) + BUILDING_WOLFSSL;WOLFSSL_DLL;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions) MultiThreadedDLL true @@ -262,7 +262,7 @@ MaxSpeed true ./;../../;%(AdditionalIncludeDirectories) - BUILDING_WOLFSSL;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions) + BUILDING_WOLFSSL;WOLFSSL_DLL;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions) MultiThreadedDLL true @@ -453,4 +453,4 @@ - + \ No newline at end of file