Skip to content

Commit 90078ec

Browse files
committed
Define WIN32_LEAN_AND_MEAN conditionally.
Fixes: #823 PR-URL: #824 Reviewed-By: Bert Belder <bertbelder@gmail.com>
1 parent 328d671 commit 90078ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/win_delay_load_hook.c

+3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99

1010
#ifdef _MSC_VER
1111

12+
#ifndef WIN32_LEAN_AND_MEAN
1213
#define WIN32_LEAN_AND_MEAN
14+
#endif
15+
1316
#include <windows.h>
1417

1518
#include <delayimp.h>

0 commit comments

Comments
 (0)