From d42cd9ecf9d752ab60b02e02f43a2b83ff0710fe Mon Sep 17 00:00:00 2001 From: Ivan Shynkarenka Date: Sun, 20 Nov 2022 01:50:36 +0400 Subject: [PATCH] Update --- bin/vld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vld.h b/bin/vld.h index 66b73aa9..a2e83ac1 100644 --- a/bin/vld.h +++ b/bin/vld.h @@ -36,7 +36,7 @@ typedef void* VLD_HMODULE; #error[VLD COMPILE ERROR] '#include ' should appear before '#include ' in file stdafx.h #endif -#pragma comment(lib, "vld.lib") +#pragma comment(lib, __FILE__"\\..\\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,