Upgrade to compile with WIN32_LEAN_AND_MEAN

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2019-06-14 09:32:37 +02:00
parent 672afbb918
commit 38a7354ad9
4 changed files with 4 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
#include <Windows.h>
#include <Msi.h>
#include <shellapi.h>
#include <tchar.h>
#include <memory>