[MANIFEST]

Add manifest to vmwinst, explorer and winlogon.
Remove em from telephon and ntobjshex again. No dialog, no manifest ^^

svn path=/trunk/; revision=67246
This commit is contained in:
Daniel Reimer 2015-04-18 11:04:59 +00:00
parent 0dcee3cc62
commit f3a11426c9
5 changed files with 6 additions and 4 deletions

View file

@ -14,6 +14,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDB_WATERMARK BITMAP "resources/watermark.bmp"
IDB_HEADER BITMAP "resources/header.bmp"
#include <reactos/manifest_exe.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -46,6 +46,8 @@ BEGIN
"M", IDMA_MINIMIZE_ALL, VIRTKEY, ALT
END
#include <reactos/manifest_exe.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -12,6 +12,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDI_WINLOGON ICON "res/winlogon.ico"
#include <reactos/manifest_exe.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -12,8 +12,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDI_CPLSYSTEM ICON "resources/applet.ico"
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -18,8 +18,6 @@ IDI_REGISTRYVALUE ICON "resources/8.ico"
IDR_NTOBJECTFOLDER REGISTRY "resources/rgs/ntobjectfolder.rgs"
IDR_REGISTRYFOLDER REGISTRY "resources/rgs/regfolder.rgs"
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)