mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
[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:
parent
0dcee3cc62
commit
f3a11426c9
5 changed files with 6 additions and 4 deletions
|
@ -14,6 +14,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||||
IDB_WATERMARK BITMAP "resources/watermark.bmp"
|
IDB_WATERMARK BITMAP "resources/watermark.bmp"
|
||||||
IDB_HEADER BITMAP "resources/header.bmp"
|
IDB_HEADER BITMAP "resources/header.bmp"
|
||||||
|
|
||||||
|
#include <reactos/manifest_exe.rc>
|
||||||
|
|
||||||
/* UTF-8 */
|
/* UTF-8 */
|
||||||
#pragma code_page(65001)
|
#pragma code_page(65001)
|
||||||
|
|
||||||
|
|
|
@ -46,6 +46,8 @@ BEGIN
|
||||||
"M", IDMA_MINIMIZE_ALL, VIRTKEY, ALT
|
"M", IDMA_MINIMIZE_ALL, VIRTKEY, ALT
|
||||||
END
|
END
|
||||||
|
|
||||||
|
#include <reactos/manifest_exe.rc>
|
||||||
|
|
||||||
/* UTF-8 */
|
/* UTF-8 */
|
||||||
#pragma code_page(65001)
|
#pragma code_page(65001)
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
IDI_WINLOGON ICON "res/winlogon.ico"
|
IDI_WINLOGON ICON "res/winlogon.ico"
|
||||||
|
|
||||||
|
#include <reactos/manifest_exe.rc>
|
||||||
|
|
||||||
/* UTF-8 */
|
/* UTF-8 */
|
||||||
#pragma code_page(65001)
|
#pragma code_page(65001)
|
||||||
|
|
||||||
|
|
|
@ -12,8 +12,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
IDI_CPLSYSTEM ICON "resources/applet.ico"
|
IDI_CPLSYSTEM ICON "resources/applet.ico"
|
||||||
|
|
||||||
#include <reactos/manifest_dll.rc>
|
|
||||||
|
|
||||||
/* UTF-8 */
|
/* UTF-8 */
|
||||||
#pragma code_page(65001)
|
#pragma code_page(65001)
|
||||||
|
|
||||||
|
|
|
@ -18,8 +18,6 @@ IDI_REGISTRYVALUE ICON "resources/8.ico"
|
||||||
IDR_NTOBJECTFOLDER REGISTRY "resources/rgs/ntobjectfolder.rgs"
|
IDR_NTOBJECTFOLDER REGISTRY "resources/rgs/ntobjectfolder.rgs"
|
||||||
IDR_REGISTRYFOLDER REGISTRY "resources/rgs/regfolder.rgs"
|
IDR_REGISTRYFOLDER REGISTRY "resources/rgs/regfolder.rgs"
|
||||||
|
|
||||||
#include <reactos/manifest_dll.rc>
|
|
||||||
|
|
||||||
/* UTF-8 */
|
/* UTF-8 */
|
||||||
#pragma code_page(65001)
|
#pragma code_page(65001)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue