mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
link UPnP with app if USE_UPNP is set
This commit is contained in:
parent
0f68bbac8e
commit
fedbf2cc44
4 changed files with 15 additions and 79 deletions
6
UPnP.h
6
UPnP.h
|
@ -48,12 +48,6 @@ namespace transport
|
|||
struct UPNPDev * m_Devlist = 0;
|
||||
char m_NetworkAddr[64];
|
||||
char m_externalIPAddress[40];
|
||||
bool m_IsModuleLoaded;
|
||||
#ifndef _WIN32
|
||||
void *m_Module;
|
||||
#else
|
||||
HINSTANCE m_Module;
|
||||
#endif
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue