mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 06:12:00 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue