Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
chronoxor committed Nov 19, 2022
1 parent 5782357 commit d42cd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/vld.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ typedef void* VLD_HMODULE;
#error[VLD COMPILE ERROR] '#include <vld.h>' should appear before '#include <afxwin.h>' 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,
Expand Down

0 comments on commit d42cd9e

Please sign in to comment.