[RESOURCES] Remove redundant #pragma code_page(), includes, etc.

They are redundant when these are already present in the given module's
root resource file, from which the language-specific resource files are
being included.
This commit is contained in:
Hermès Bélusca-Maïto 2024-12-22 16:49:16 +01:00
parent 40f360445b
commit cc3672cb73
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
362 changed files with 110 additions and 867 deletions

View file

@ -9,6 +9,7 @@
/* UTF-8 */
#pragma code_page(65001)
#ifdef LANGUAGE_DE_DE
#include "lang/de-DE.rc"
#endif

View file

@ -6,7 +6,9 @@
#define REACTOS_STR_ORIGINAL_FILENAME "fc.exe"
#include <reactos/version.rc>
#pragma code_page(65001) /* UTF-8 */
/* UTF-8 */
#pragma code_page(65001)
#ifdef LANGUAGE_BG_BG
#include "lang/bg-BG.rc"
#endif

View file

@ -9,6 +9,7 @@
/* UTF-8 */
#pragma code_page(65001)
#ifdef LANGUAGE_BG_BG
#include "lang/bg-BG.rc"
#endif

View file

@ -12,6 +12,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* UTF-8 */
#pragma code_page(65001)
#ifdef LANGUAGE_DE_DE
#include "lang/de-DE.rc"
#endif

View file

@ -9,6 +9,7 @@
/* UTF-8 */
#pragma code_page(65001)
#ifdef LANGUAGE_BG_BG
#include "lang/bg-BG.rc"
#endif

View file

@ -11,6 +11,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* UTF-8 */
#pragma code_page(65001)
#ifdef LANGUAGE_DE_DE
#include "lang/de-DE.rc"
#endif

View file

@ -6,7 +6,8 @@
#define REACTOS_STR_ORIGINAL_FILENAME "where.exe"
#include <reactos/version.rc>
#pragma code_page(65001) /* UTF-8 */
/* UTF-8 */
#pragma code_page(65001)
#ifdef LANGUAGE_DE_DE
#include "lang/de-DE.rc"

View file

@ -11,6 +11,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* UTF-8 */
#pragma code_page(65001)
#ifdef LANGUAGE_DE_DE
#include "lang/de-DE.rc"
#endif

View file

@ -7,7 +7,6 @@
#define REACTOS_STR_ORIGINAL_COPYRIGHT "Ged Murphy (gedmurphy@reactos.org)"
#include <reactos/version.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -6,6 +6,7 @@
*/
/* INCLUDES ******************************************************************/
#include "precomp.h"
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS On Screen Keyboard"
@ -17,7 +18,6 @@
IDI_OSK ICON "res/osk.ico"
IDI_SOUNDCLICK WAVE "res/click.wav"
IDI_BACK ICON "res/back.ico"
IDI_TAB ICON "res/tab.ico"
IDI_CAPS_LOCK ICON "res/caps_lock.ico"
@ -35,8 +35,9 @@ IDI_BOTTOM ICON "res/bottom.ico"
#include <reactos/manifest_exe.rc>
// UTF-8
/* UTF-8 */
#pragma code_page(65001)
#ifdef LANGUAGE_AR_DZ
#include "lang/ar-DZ.rc"
#endif
@ -100,4 +101,5 @@ IDI_BOTTOM ICON "res/bottom.ico"
#ifdef LANGUAGE_ZH_TW
#include "lang/zh-TW.rc"
#endif
/* EOF */

View file

@ -12,7 +12,6 @@
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)