]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
winverbs: remove dependency on CRT
authorshefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Tue, 24 Feb 2009 23:13:41 +0000 (23:13 +0000)
committershefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Tue, 24 Feb 2009 23:13:41 +0000 (23:13 +0000)
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 <ftillier@microsoft.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@1985 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/core/winverbs/user/SOURCES

index 33fa8837522ec9b52eb32077dfafb649c3604040..6939d1e76a638713272c50ee1db700aea950ed3e 100644 (file)
@@ -14,7 +14,7 @@ DLLDEF = $(OBJ_PATH)\$O\wv_exports.def
 !endif\r
 \r
 DLLENTRY = DllMain\r
-USE_MSVCRT = 1\r
+USE_NTDLL = 1\r
 \r
 SOURCES = \\r
        winverbs.rc             \\r