mirror of
https://github.com/glest/glest-source.git
synced 2025-08-12 19:33:59 +02:00
- bugfixes for supporting compile of miniupnpc1.4 -> 1.6. Added two new optional commandline options for cmake:
-DMINIUPNPC_VERSION_PRE1_6=true -DMINIUPNPC_VERSION_PRE1_5=true
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
#ifndef __MINIUPNPC_H__
|
||||
#define __MINIUPNPC_H__
|
||||
|
||||
//#define MEGAGLEST_EMBEDDED_MINIUPNPC
|
||||
//#define MINIUPNPC_VERSION_PRE1_5
|
||||
//#define MINIUPNPC_VERSION_PRE1_6
|
||||
|
||||
#include "declspec.h"
|
||||
#include "igd_desc_parse.h"
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#define OS_STRING "Other/unknown"
|
||||
#endif
|
||||
|
||||
#define MINIUPNPC_VERSION_STRING "1.4"
|
||||
#define MINIUPNPC_VERSION_STRING "1.6"
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user