summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew <forkk@forkk.net>2013-12-06 16:36:22 -0600
committerAndrew <forkk@forkk.net>2013-12-06 16:36:22 -0600
commit7a6705030c36b2d6b94da1acd5bdf2311e4efeb7 (patch)
tree68e7a95c228ad1e59ccea4666525aee57a7a43ea
parentbab6c18965cffcba48f6a3884d5368053e6a3ddc (diff)
downloadMultiMC-7a6705030c36b2d6b94da1acd5bdf2311e4efeb7.tar
MultiMC-7a6705030c36b2d6b94da1acd5bdf2311e4efeb7.tar.gz
MultiMC-7a6705030c36b2d6b94da1acd5bdf2311e4efeb7.tar.lz
MultiMC-7a6705030c36b2d6b94da1acd5bdf2311e4efeb7.tar.xz
MultiMC-7a6705030c36b2d6b94da1acd5bdf2311e4efeb7.zip
Include shellapi.h in the updater on Windows.
-rw-r--r--mmc_updater/src/Platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mmc_updater/src/Platform.h b/mmc_updater/src/Platform.h
index c17951cc..6d9afdfb 100644
--- a/mmc_updater/src/Platform.h
+++ b/mmc_updater/src/Platform.h
@@ -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++