mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 20:29:27 +00:00
Use lowercase names for Windows headers
Otherwise we can't cross-compile on Linux.
This commit is contained in:
parent
539e6c138e
commit
c1318f7125
@ -12,9 +12,9 @@
|
|||||||
# include <netdb.h>
|
# include <netdb.h>
|
||||||
#else
|
#else
|
||||||
# include <winsock2.h>
|
# include <winsock2.h>
|
||||||
# include <Ws2tcpip.h>
|
# include <ws2tcpip.h>
|
||||||
# ifdef _MSC_VER
|
# ifdef _MSC_VER
|
||||||
# pragma comment(lib, "Ws2_32.lib")
|
# pragma comment(lib, "ws2_32.lib")
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user