Include shellapi.h in the updater on Windows.

This commit is contained in:
Andrew 2013-12-06 16:36:22 -06:00
parent bab6c18965
commit 7a6705030c

View File

@ -9,6 +9,7 @@
#define PLATFORM_WINDOWS
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <shellapi.h>
// disable warnings about exception specifications,
// which are not implemented in Visual C++