[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
362 changed files with 110 additions and 867 deletions

View File

@@ -20,15 +20,15 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_STR_ORIGINAL_FILENAME "fontsub.exe"
#include <reactos/version.rc>
/* UTF-8 */
#pragma code_page(65001)
1 ICON "fontsub.ico"
2 BITMAP "up.bmp"
3 BITMAP "down.bmp"
4 BITMAP "nil.bmp"
/* UTF-8 */
#pragma code_page(65001)
#ifdef LANGUAGE_DE_DE
#include "lang/de-DE.rc"
#endif

View File

@@ -8,9 +8,6 @@
* work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
*/
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
1 MENU

View File

@@ -8,9 +8,6 @@
* work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
*/
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
1 MENU

View File

@@ -10,9 +10,6 @@
* Translation: Julen Urizar Compains
*/
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
1 MENU

View File

@@ -8,9 +8,6 @@
* work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
*/
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
1 MENU

View File

@@ -8,9 +8,6 @@
* work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
*/
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
1 MENU

View File

@@ -8,9 +8,6 @@
* work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
*/
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
1 MENU

View File

@@ -5,9 +5,6 @@
* TRANSLATOR: Copyright 2022 Süleyman Poyraz <zaryob.dev@gmail.com>
*/
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_TURKISH, SUBLANG_NEUTRAL
1 MENU

View File

@@ -8,9 +8,6 @@
* work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
*/
/* UTF-8 */
#pragma code_page(65001)
/* Translated by Luke Luo <njlyf2011@hotmail.com> on 2018-11-13 */
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED

View File

@@ -6,9 +6,6 @@
* REFERENCES: Chinese (Traditional) resource file
*/
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_HONGKONG
1 MENU

View File

@@ -6,9 +6,6 @@
* Copyright 2021 Chan Chilung <eason066@gmail.com>
*/
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
1 MENU