1
0
Fork 0
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:
Mukund Sivaraman 2008-09-05 14:32:17 +00:00
parent b4f894766a
commit 80d0bfba19

View file

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