From a1efce552e1c2dc8dac3b5b399352c8344177560 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 13 Jan 2016 15:17:20 -0800 Subject: [PATCH] winfsp-tests: always use release libraries --- build/VStudio/testing/winfsp-tests.vcxproj | 4 ++-- tst/winfsp-tests/memfs.cpp | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build/VStudio/testing/winfsp-tests.vcxproj b/build/VStudio/testing/winfsp-tests.vcxproj index 18af2b63..9251d9ae 100644 --- a/build/VStudio/testing/winfsp-tests.vcxproj +++ b/build/VStudio/testing/winfsp-tests.vcxproj @@ -102,7 +102,7 @@ __func__=__FUNCTION__;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true ..\..\..\src;..\..\..\inc;..\..\..\ext - MultiThreadedDebugDLL + MultiThreadedDLL Console @@ -118,7 +118,7 @@ __func__=__FUNCTION__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true ..\..\..\src;..\..\..\inc;..\..\..\ext - MultiThreadedDebugDLL + MultiThreadedDLL Console diff --git a/tst/winfsp-tests/memfs.cpp b/tst/winfsp-tests/memfs.cpp index 519c0e75..a05b35e4 100644 --- a/tst/winfsp-tests/memfs.cpp +++ b/tst/winfsp-tests/memfs.cpp @@ -4,6 +4,7 @@ * @copyright 2015 Bill Zissimopoulos */ +#undef _DEBUG #include "memfs.h" #include