diff options
Diffstat (limited to 'include/msapi')
-rw-r--r-- | include/msapi/vld.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/msapi/vld.h b/include/msapi/vld.h index b2dda9e34d..2f574ada35 100644 --- a/include/msapi/vld.h +++ b/include/msapi/vld.h @@ -32,11 +32,7 @@ typedef void* VLD_HMODULE; #if defined _DEBUG || defined VLD_FORCE_ENABLE
-#ifdef _WIN64
-#pragma comment(lib, "vld64.lib")
-#else
-#pragma comment(lib, "vld32.lib")
-#endif
+#pragma comment(lib, "vld.lib")
// Force a symbolic reference to the global VisualLeakDetector class object from
// the DLL. This ensures that the DLL is loaded and linked with the program,
|