[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
This commit is contained in:
Giannis Adamopoulos
2018-03-01 09:20:44 +02:00
parent 40e5832369
commit 2f11904000

View File

@@ -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"