Upgrade to compile with WIN32_LEAN_AND_MEAN

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2019-06-14 09:27:34 +02:00
parent a159be498b
commit 306e91b3f6

View File

@ -29,6 +29,7 @@
#include <Windows.h>
#include <Windowsx.h>
#include <shellapi.h>
#include <ShlObj.h>