Skip to content

Commit 64dcc95

Browse files
yagoulasJoachimHenze
authored andcommitted
[0.4.8] cherry-pick [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 (cherry picked from commit 2f11904) cherry-picked by Joachim Henze
1 parent 6345fd1 commit 64dcc95

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dll/win32/shimgvw/shimgvw.rc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
#include <windef.h>
2+
#include <winuser.h>
23

34
#include "resource.h"
45

6+
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
7+
58
#define REACTOS_VERSION_DLL
69
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Picture and Fax Viewer"
710
#define REACTOS_STR_INTERNAL_NAME "shimgvw"
811
#define REACTOS_STR_ORIGINAL_FILENAME "shimgvw.dll"
912
#include <reactos/version.rc>
1013

14+
#include <reactos/manifest_hosted.rc>
15+
1116
IDI_APPICON ICON "res/main.ico"
1217
IDI_BMP_ICON ICON "res/bmp.ico"
1318
IDI_PNG_ICON ICON "res/png.ico"

0 commit comments

Comments
 (0)