Include shellapi.h in the updater on Windows.
This commit is contained in:
parent
bab6c18965
commit
7a6705030c
@ -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++
|
||||
|
Loading…
Reference in New Issue
Block a user