mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user