mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 11:19:47 +00:00
Do not redefine WC_ERR_INVALID_CHARS
WC_ERR_INVALID_CHARS might be already defined by the Windows SDK. Signed-off-by: Sven Strickroth <email@cs-ware.de>
This commit is contained in:
parent
5d669f0a96
commit
a7ea40955e
@ -12,7 +12,9 @@
|
||||
# include <winhttp.h>
|
||||
#endif
|
||||
|
||||
#ifndef WC_ERR_INVALID_CHARS
|
||||
#define WC_ERR_INVALID_CHARS 0x80
|
||||
#endif
|
||||
|
||||
char *git_win32_get_error_message(DWORD error_code)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user