Merge pull request #3311 from Fallso/MacroRedefinition

Fix macro redefinition warning
This commit is contained in:
Edward Thomson 2015-07-15 09:17:35 -05:00
commit 274f0b9371

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>