diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-30 15:17:31 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-30 15:17:31 -0800 |
| commit | 7e28161638a3c64754f55fe84d88917741b49019 (patch) | |
| tree | d6debc90b571e0d32e4d8f30a0803a47b0762eaa /ext/miniupnpc | |
| parent | ef4472e1857b86b5a45493a3c3566c7761260dad (diff) | |
| parent | 40a4ba6e39bbc59b320eef2f6839cf30c3f7c8b1 (diff) | |
| download | infinitytier-7e28161638a3c64754f55fe84d88917741b49019.tar.gz infinitytier-7e28161638a3c64754f55fe84d88917741b49019.zip | |
Merge dev
Diffstat (limited to 'ext/miniupnpc')
| -rw-r--r-- | ext/miniupnpc/minisoap.c | 4 | ||||
| -rw-r--r-- | ext/miniupnpc/miniwget.c | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/ext/miniupnpc/minisoap.c b/ext/miniupnpc/minisoap.c index 478bce6b..c685aac5 100644 --- a/ext/miniupnpc/minisoap.c +++ b/ext/miniupnpc/minisoap.c @@ -24,8 +24,6 @@ #define OS_STRING "Win32" #define MINIUPNPC_VERSION_STRING "1.9" #define UPNP_VERSION_STRING "UPnP/1.1" -#else -#include "miniupnpcstrings.h" #endif /* only for malloc */ @@ -126,5 +124,3 @@ int soapPostSubmit(int fd, #endif return httpWrite(fd, body, bodysize, headerbuf, headerssize); } - - diff --git a/ext/miniupnpc/miniwget.c b/ext/miniupnpc/miniwget.c index d0dd721b..4b11ea9b 100644 --- a/ext/miniupnpc/miniwget.c +++ b/ext/miniupnpc/miniwget.c @@ -54,8 +54,6 @@ #define OS_STRING "Win32" #define MINIUPNPC_VERSION_STRING "1.9" #define UPNP_VERSION_STRING "UPnP/1.1" -#else -#include "miniupnpcstrings.h" #endif #include "miniwget.h" #include "connecthostport.h" @@ -630,4 +628,3 @@ miniwget_getaddr(const char * url, int * size, #endif return miniwget2(hostname, port, path, size, addr, addrlen, scope_id); } - |
