Fix macro redefinition warning

This commit is contained in:
Fallso 2015-07-14 15:33:56 +01:00 committed by Carlos Martín Nieto
parent 55bc135130
commit 2563101b4f

View File

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