mirror of
https://github.com/transmission/transmission
synced 2025-03-02 09:45:23 +00:00
(win32) Fix case of included header filenames
This commit is contained in:
parent
5ea5613c0f
commit
b8b46aeb12
2 changed files with 2 additions and 2 deletions
third-party
2
third-party/libnatpmp/natpmp.c
vendored
2
third-party/libnatpmp/natpmp.c
vendored
|
@ -19,7 +19,7 @@
|
|||
#include <sys/time.h>
|
||||
#ifdef WIN32
|
||||
#include <winsock2.h>
|
||||
#include <Ws2tcpip.h>
|
||||
#include <ws2tcpip.h>
|
||||
#include <io.h>
|
||||
#define EWOULDBLOCK WSAEWOULDBLOCK
|
||||
#define ECONNREFUSED WSAECONNREFUSED
|
||||
|
|
2
third-party/miniupnp/miniupnpc.c
vendored
2
third-party/miniupnp/miniupnpc.c
vendored
|
@ -9,7 +9,7 @@
|
|||
#include <string.h>
|
||||
#ifdef WIN32
|
||||
#include <winsock2.h>
|
||||
#include <Ws2tcpip.h>
|
||||
#include <ws2tcpip.h>
|
||||
#include <io.h>
|
||||
#define snprintf _snprintf
|
||||
#define strncasecmp memicmp
|
||||
|
|
Loading…
Reference in a new issue