Skip to content

Commit

Permalink
disable vld for higher version of VS
Browse files Browse the repository at this point in the history
  • Loading branch information
DraconPern committed Mar 24, 2023
1 parent 635fb26 commit 4352482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "update.h"

// Visual Leak Detector
#if defined(_WIN32) && defined(_DEBUG) && _MSC_VER >= 1920
#if defined(_WIN32) && defined(_DEBUG) && _MSC_VER < 1920
#include <vld.h>
#endif

Expand Down

0 comments on commit 4352482

Please sign in to comment.