Skip to content

Commit 4352482

Browse files
committed
disable vld for higher version of VS
1 parent 635fb26 commit 4352482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "update.h"
1010

1111
// Visual Leak Detector
12-
#if defined(_WIN32) && defined(_DEBUG) && _MSC_VER >= 1920
12+
#if defined(_WIN32) && defined(_DEBUG) && _MSC_VER < 1920
1313
#include <vld.h>
1414
#endif
1515

0 commit comments

Comments
 (0)