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

@ -2,7 +2,6 @@
#define WIN_32_SERVICE_H__
#include <thread>
#define WIN32_LEAN_AND_MEAN
#include <windows.h>