mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 02:36:11 +00:00
Fix macro redefinition warning
This commit is contained in:
parent
159061a8ce
commit
cec3569f25
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user