From 03d2594a6cf2186c4ef027ab96241cfc0deede1c Mon Sep 17 00:00:00 2001 From: shefty Date: Tue, 24 Feb 2009 23:13:41 +0000 Subject: [PATCH] winverbs: remove dependency on CRT This patch removes the dependency on the CRT, avoiding any potential issues with mismatched CRTs (say a client app uses the single-threaded static version of the CRT while WinVerbs uses the multi-threaded DLL version.) Signed-off-by: Fab Tillier Signed-off-by: Sean Hefty git-svn-id: svn://openib.tc.cornell.edu/gen1@1985 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- trunk/core/winverbs/user/SOURCES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/core/winverbs/user/SOURCES b/trunk/core/winverbs/user/SOURCES index 33fa8837..6939d1e7 100644 --- a/trunk/core/winverbs/user/SOURCES +++ b/trunk/core/winverbs/user/SOURCES @@ -14,7 +14,7 @@ DLLDEF = $(OBJ_PATH)\$O\wv_exports.def !endif DLLENTRY = DllMain -USE_MSVCRT = 1 +USE_NTDLL = 1 SOURCES = \ winverbs.rc \ -- 2.41.0