mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 01:36:11 +08:00
[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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -10,9 +10,6 @@
|
||||
* Translation: Julen Urizar Compains
|
||||
*/
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
||||
|
||||
1 MENU
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -6,9 +6,6 @@
|
||||
* REFERENCES: Chinese (Traditional) resource file
|
||||
*/
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_HONGKONG
|
||||
|
||||
1 MENU
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user