1
0
forked from 0ad/0ad

Fix build warning

This was SVN commit r16115.
This commit is contained in:
Ykkrosh 2015-01-05 20:05:53 +00:00
parent d8b1549883
commit b36c78b4c4

View File

@ -288,7 +288,7 @@ void* CNetServerWorker::SetupUPnP(void*)
ret = UPNP_GetSpecificPortMappingEntry(urls.controlURL,
data.first.servicetype,
psPort, protocall,
#if MINIUPNPC_API_VERSION >= 10
#if defined(MINIUPNPC_API_VERSION) && MINIUPNPC_API_VERSION >= 10
NULL/*remoteHost*/,
#endif
intClient, intPort, NULL/*desc*/,