From 7b2856c083792192e0e47163aaffe9357d832f5c Mon Sep 17 00:00:00 2001 From: Harald Oehlmann Date: Tue, 18 Aug 2015 14:25:09 +0200 Subject: [PATCH] Use libcrt for all to avoid dll issues --- win32/zint.vcproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/zint.vcproj b/win32/zint.vcproj index b6868a96..ef6c046a 100644 --- a/win32/zint.vcproj +++ b/win32/zint.vcproj @@ -118,7 +118,7 @@ PreprocessorDefinitions="WIN32;_WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION="\"2.3.0\"";ZINT_DLL" StringPooling="true" ExceptionHandling="0" - RuntimeLibrary="2" + RuntimeLibrary="0" EnableFunctionLevelLinking="false" RuntimeTypeInfo="false" UsePrecompiledHeader="0"