mirror of
https://github.com/transmission/transmission
synced 2025-01-31 19:34:05 +00:00
(win32) Don't build minissdpc.c on win32
This commit is contained in:
parent
b4f894766a
commit
80d0bfba19
1 changed files with 5 additions and 0 deletions
5
third-party/miniupnp/minissdpc.c
vendored
5
third-party/miniupnp/minissdpc.c
vendored
|
@ -4,6 +4,9 @@
|
|||
* copyright (c) 2005-2007 Thomas Bernard
|
||||
* This software is subjet to the conditions detailed in the
|
||||
* provided LICENCE file. */
|
||||
|
||||
#ifndef WIN32
|
||||
|
||||
/*#include <syslog.h>*/
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -105,3 +108,5 @@ getDevicesFromMiniSSDPD(const char * devtype, const char * socketpath)
|
|||
return devlist;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue