From 04a3313116a25a4f1201da399d30ff216636cdad Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sat, 3 Dec 2022 15:47:15 +0100 Subject: [PATCH] MSVC: Exclude DllMain() function from the "static" library. --- libhashset/libhashset.vcxproj | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libhashset/libhashset.vcxproj b/libhashset/libhashset.vcxproj index 9bdec49..af8de54 100644 --- a/libhashset/libhashset.vcxproj +++ b/libhashset/libhashset.vcxproj @@ -46,7 +46,14 @@ - + + true + true + true + true + true + true +