diff options
author | Andrew <forkk@forkk.net> | 2013-12-06 16:36:22 -0600 |
---|---|---|
committer | Andrew <forkk@forkk.net> | 2013-12-06 16:36:22 -0600 |
commit | 7a6705030c36b2d6b94da1acd5bdf2311e4efeb7 (patch) | |
tree | 68e7a95c228ad1e59ccea4666525aee57a7a43ea /mmc_updater/src | |
parent | bab6c18965cffcba48f6a3884d5368053e6a3ddc (diff) | |
download | MultiMC-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.
Diffstat (limited to 'mmc_updater/src')
-rw-r--r-- | mmc_updater/src/Platform.h | 1 |
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++ |