mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-11 03:11:51 +00:00
Merge pull request #1668 from csware/WC_ERR_INVALID_CHARS
Do not redefine WC_ERR_INVALID_CHARS
This commit is contained in:
commit
9f1b2c5cb7
@ -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