https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2f1190400055545a4c35bb...
commit 2f1190400055545a4c35bb315153efa16bb005ff Author: Giannis Adamopoulos gadamopoulos@reactos.org AuthorDate: Thu Mar 1 09:20:44 2018 +0200 Commit: Giannis Adamopoulos gadamopoulos@reactos.org CommitDate: Thu Mar 1 09:23:06 2018 +0200
[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 2e213845a9..c2164fbd3f 100644 --- a/dll/win32/shimgvw/shimgvw.rc +++ b/dll/win32/shimgvw/shimgvw.rc @@ -1,13 +1,18 @@ #include <windef.h> +#include <winuser.h>
#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 <reactos/version.rc>
+#include <reactos/manifest_hosted.rc> + IDI_APPICON ICON "res/main.ico" IDI_BMP_ICON ICON "res/bmp.ico" IDI_PNG_ICON ICON "res/png.ico"