From 97112b871b647ab9841bcfc4e5e47f45833b028e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 13 May 2016 21:14:29 +0000 Subject: libs to be placed into correct folders git-svn-id: http://svn.miranda-ng.org/main/trunk@16832 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- bin12/lib/vld32.lib | Bin 6744 -> 0 bytes bin12/lib/vld64.lib | Bin 6638 -> 0 bytes include/msapi/vld.h | 6 +----- libs/win32/vld.lib | Bin 0 -> 6744 bytes libs/win64/vld.lib | Bin 0 -> 6638 bytes 5 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 bin12/lib/vld32.lib delete mode 100644 bin12/lib/vld64.lib create mode 100644 libs/win32/vld.lib create mode 100644 libs/win64/vld.lib diff --git a/bin12/lib/vld32.lib b/bin12/lib/vld32.lib deleted file mode 100644 index a466f0bf09..0000000000 Binary files a/bin12/lib/vld32.lib and /dev/null differ diff --git a/bin12/lib/vld64.lib b/bin12/lib/vld64.lib deleted file mode 100644 index ebcb0e3c5e..0000000000 Binary files a/bin12/lib/vld64.lib and /dev/null differ 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, diff --git a/libs/win32/vld.lib b/libs/win32/vld.lib new file mode 100644 index 0000000000..a466f0bf09 Binary files /dev/null and b/libs/win32/vld.lib differ diff --git a/libs/win64/vld.lib b/libs/win64/vld.lib new file mode 100644 index 0000000000..ebcb0e3c5e Binary files /dev/null and b/libs/win64/vld.lib differ -- cgit v1.2.3