Minor omissions

* Missing UPnP namespace
* Public key pointer dereferencing for MSVC
* Redundant WIN32_LEAN_AND_MEAN found in Makefile.mingw as well
This commit is contained in:
Mikhail Titov 2015-11-11 13:21:52 -06:00
parent 593b25a5cd
commit 88db99e593
3 changed files with 2 additions and 3 deletions

View file

@ -39,7 +39,7 @@ namespace i2p
std::unique_ptr<i2p::client::I2PControlService> m_I2PControlService;
#ifdef USE_UPNP
UPnP m_UPnP;
i2p::transport::UPnP m_UPnP;
#endif
};