From 80d0bfba193f8dd222f43f7437554a12921cac87 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Fri, 5 Sep 2008 14:32:17 +0000 Subject: [PATCH] (win32) Don't build minissdpc.c on win32 --- third-party/miniupnp/minissdpc.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/third-party/miniupnp/minissdpc.c b/third-party/miniupnp/minissdpc.c index 54cbdcfe9..a332eea9d 100644 --- a/third-party/miniupnp/minissdpc.c +++ b/third-party/miniupnp/minissdpc.c @@ -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 */ #include #include @@ -105,3 +108,5 @@ getDevicesFromMiniSSDPD(const char * devtype, const char * socketpath) return devlist; } +#endif +