diff --git a/examples/unicode.h b/examples/unicode.h index 1a8581c9..1c8883c6 100644 --- a/examples/unicode.h +++ b/examples/unicode.h @@ -25,10 +25,12 @@ #include #include -#include #include #include +// shellapi.h must be included after windows.h. +#include + // Create a wchar_t array containing Unicode parameters. #define INIT_WARGV(ARGC, ARGV) \ int wargc; \