From e43a13448e43da17e43a7b3c8486edb79aa44c68 Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Thu, 9 Feb 2017 13:27:36 +0000 Subject: [PATCH 1/1] [WINLOGON][MSGINA] -Remove resource manifests. These two components need some special handling regarding manifests. svn path=/trunk/; revision=73766 --- reactos/base/system/winlogon/winlogon.rc | 2 -- reactos/dll/win32/msgina/msgina.rc | 2 -- 2 files changed, 4 deletions(-) diff --git a/reactos/base/system/winlogon/winlogon.rc b/reactos/base/system/winlogon/winlogon.rc index f95b57b7ad9..92b8f2cd75f 100644 --- a/reactos/base/system/winlogon/winlogon.rc +++ b/reactos/base/system/winlogon/winlogon.rc @@ -12,8 +12,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL IDI_WINLOGON ICON "res/winlogon.ico" -#include - /* UTF-8 */ #pragma code_page(65001) diff --git a/reactos/dll/win32/msgina/msgina.rc b/reactos/dll/win32/msgina/msgina.rc index 53ded839cab..9d455ab8cf0 100644 --- a/reactos/dll/win32/msgina/msgina.rc +++ b/reactos/dll/win32/msgina/msgina.rc @@ -20,8 +20,6 @@ IDI_LOCKICON ICON "resources/115.ico" /* Bitmaps */ IDI_ROSLOGO BITMAP "resources/reactos.bmp" -#include - /* UTF-8 */ #pragma code_page(65001) -- 2.17.1