mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:01:41 +03:00
curl_setup_once: stop redefining ENAMETOOLONG to winsock2 error code
The only user is error display code following an `mkdir()` call. In this
case the redefinition didn't cause an issue, but was unnecessary.
Follow-up to d69425ed7d #16615
Closes #16620
This commit is contained in:
parent
d69425ed7d
commit
4bca9eb581
1 changed files with 0 additions and 3 deletions
|
|
@ -337,9 +337,6 @@ typedef unsigned int bit;
|
|||
#define ETIMEDOUT WSAETIMEDOUT
|
||||
#undef ECONNREFUSED /* override definition in errno.h */
|
||||
#define ECONNREFUSED WSAECONNREFUSED
|
||||
#ifndef ENAMETOOLONG /* possible previous definition in errno.h */
|
||||
#define ENAMETOOLONG WSAENAMETOOLONG
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue