add WIN32_LEAN_AND_MEAN to prevent window.h from including unnecessarily headers

This commit is contained in:
carlos 2020-03-19 17:38:59 -03:00 committed by João Paulo Taylor Ienczak Zanette
parent a3bfef027d
commit 912ffe04a8
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@
#include "eina_debug_private.h"
#ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN 1
#endif
# include <Windows.h>