Fix macro redefinition warning

This commit is contained in:
Fallso 2015-07-14 15:33:56 +01:00
parent 159061a8ce
commit cec3569f25

View File

@ -8,7 +8,9 @@
#include "thread-utils.h"
#ifdef _WIN32
#ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
#endif
# include <windows.h>
#elif defined(hpux) || defined(__hpux) || defined(_hpux)
# include <sys/pstat.h>