diff options
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++ |