Merge pull request #1668 from csware/WC_ERR_INVALID_CHARS

Do not redefine WC_ERR_INVALID_CHARS
This commit is contained in:
Russell Belfer 2013-06-22 17:22:03 -07:00
commit 9f1b2c5cb7

View File

@ -12,7 +12,9 @@
# include <winhttp.h> # include <winhttp.h>
#endif #endif
#ifndef WC_ERR_INVALID_CHARS
#define WC_ERR_INVALID_CHARS 0x80 #define WC_ERR_INVALID_CHARS 0x80
#endif
char *git_win32_get_error_message(DWORD error_code) char *git_win32_get_error_message(DWORD error_code)
{ {