#undef _WIN32_LEAN_AND_MEAN

This commit is contained in:
carlos 2020-04-13 13:22:23 -03:00 committed by João Paulo Taylor Ienczak Zanette
parent 807ba9b1ce
commit 2894e8459d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
# define WIN32_LEAN_AND_MEAN
#endif
#include <Windows.h>
#undef _WIN32_LEAN_AND_MEAN
#define EINA_THREAD_CANCEL_ENABLE 0
#define EINA_THREAD_CANCEL_DISABLE 1
#define EINA_THREAD_CANCEL_DEFERRED 0