mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-29 09:26:18 -05:00
Fix some PreProcessor errors for MiniUPnP and LibAVUtil.
This commit is contained in:
parent
7e708ff4aa
commit
3c9774d3de
@ -3,20 +3,6 @@
|
|||||||
|
|
||||||
#include "upnp/upnputil.h"
|
#include "upnp/upnputil.h"
|
||||||
|
|
||||||
//Define this variable follow the date of used MiniUPnP Library
|
|
||||||
//#define MINIUPNPC_API_VERSION -7
|
|
||||||
#ifndef MINIUPNPC_API_VERSION
|
|
||||||
#error MINIUPNPC_API_VERSION is not defined. You may define one follow miniupnpc library version
|
|
||||||
//2006/09/04 to 2007/10/01 => -7//Start return struct UPNPDev * for upnpDiscover
|
|
||||||
//2007/10/16 => -6 upnpDiscover
|
|
||||||
//2007/12/19 => -5 upnpDiscover
|
|
||||||
//2008/09/25 => -4 upnpDiscover
|
|
||||||
//2009/04/17 => -3 UPNP_AddPortMapping
|
|
||||||
//2010/12/09 => -2 //struct IGDdatas_service CIF;
|
|
||||||
//2011/02/15 => -1 UPNP_AddPortMapping
|
|
||||||
//2011/03/14 => 6 //Start of MINIUPNPC_API_VERSION
|
|
||||||
#endif//>=-7
|
|
||||||
|
|
||||||
#if MINIUPNPC_API_VERSION >= -4//1.0 2008/02/18
|
#if MINIUPNPC_API_VERSION >= -4//1.0 2008/02/18
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -22,6 +22,20 @@
|
|||||||
#include <miniupnpc/upnpcommands.h>
|
#include <miniupnpc/upnpcommands.h>
|
||||||
#include <miniupnpc/upnperrors.h>
|
#include <miniupnpc/upnperrors.h>
|
||||||
|
|
||||||
|
//Define this variable follow the date of used MiniUPnP Library
|
||||||
|
//#define MINIUPNPC_API_VERSION -3
|
||||||
|
#ifndef MINIUPNPC_API_VERSION
|
||||||
|
#error MINIUPNPC_API_VERSION is not defined. You may define one follow miniupnpc library version
|
||||||
|
//2006/09/04 to 2007/10/01 => -7//Start return struct UPNPDev * for upnpDiscover
|
||||||
|
//2007/10/16 => -6 upnpDiscover
|
||||||
|
//2007/12/19 => -5 upnpDiscover
|
||||||
|
//2008/09/25 => -4 upnpDiscover
|
||||||
|
//2009/04/17 => -3 UPNP_AddPortMapping
|
||||||
|
//2010/12/09 => -2 //struct IGDdatas_service CIF;
|
||||||
|
//2011/02/15 => -1 UPNP_AddPortMapping
|
||||||
|
//2011/03/14 => 6 //Start of MINIUPNPC_API_VERSION
|
||||||
|
#endif//>=-7
|
||||||
|
|
||||||
/* Ensure linking names are okay on OSX platform. (C interface) */
|
/* Ensure linking names are okay on OSX platform. (C interface) */
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
Reference in New Issue
Block a user