Skip to content

Commit a2d13f1

Browse files
committed
tools : add missing WIN32_LEAN_AND_MEAN
Signed-off-by: Adrien Gallouët <[email protected]>
1 parent 9f7ff88 commit a2d13f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/run/run.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <nlohmann/json.hpp>
1010

1111
#if defined(_WIN32)
12+
# define WIN32_LEAN_AND_MEAN
1213
# ifndef NOMINMAX
1314
# define NOMINMAX
1415
# endif

0 commit comments

Comments
 (0)