From 2f1190400055545a4c35bb315153efa16bb005ff Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Thu, 1 Mar 2018 09:20:44 +0200 Subject: [PATCH] [SHIMGVW] -Add the 123 manifest to load the v6 comctl32. CORE-14415 This shows that we may have problems in the future with applications using just comctl32 v5 --- dll/win32/shimgvw/shimgvw.rc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dll/win32/shimgvw/shimgvw.rc b/dll/win32/shimgvw/shimgvw.rc index 2e213845a95..c2164fbd3f1 100644 --- a/dll/win32/shimgvw/shimgvw.rc +++ b/dll/win32/shimgvw/shimgvw.rc @@ -1,13 +1,18 @@ #include +#include #include "resource.h" +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL + #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Picture and Fax Viewer" #define REACTOS_STR_INTERNAL_NAME "shimgvw" #define REACTOS_STR_ORIGINAL_FILENAME "shimgvw.dll" #include +#include + IDI_APPICON ICON "res/main.ico" IDI_BMP_ICON ICON "res/bmp.ico" IDI_PNG_ICON ICON "res/png.ico" -- 2.17.1