1
0
Fork 0
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:
Mukund Sivaraman 2008-09-05 14:32:03 +00:00
parent 5ea5613c0f
commit b8b46aeb12
2 changed files with 2 additions and 2 deletions
third-party
libnatpmp
miniupnp

View file

@ -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

View file

@ -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