mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 02:43:09 +00: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:
parent
40f360445b
commit
cc3672cb73
362 changed files with 110 additions and 867 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
#ifdef LANGUAGE_DE_DE
|
||||
#include "lang/de-DE.rc"
|
||||
#endif
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
#ifdef LANGUAGE_BG_BG
|
||||
#include "lang/bg-BG.rc"
|
||||
#endif
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
#ifdef LANGUAGE_BG_BG
|
||||
#include "lang/bg-BG.rc"
|
||||
#endif
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#define REACTOS_STR_ORIGINAL_COPYRIGHT "Ged Murphy (gedmurphy@reactos.org)"
|
||||
#include <reactos/version.rc>
|
||||
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
|
||||
#include <reactos/manifest_dll.rc>
|
||||
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue