Commit c979bfcc authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

Remove unnecessary #pragma code_page(xxxx) statements from winefile

.rc files.
parent d61f8f8b
...@@ -23,8 +23,6 @@ ...@@ -23,8 +23,6 @@
*/ */
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
#pragma code_page(1250)
/* Menu */ /* Menu */
......
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
*/ */
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
#pragma code_page(1252)
/* Menu */ /* Menu */
......
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
*/ */
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(850)
/* Menu */ /* Menu */
......
...@@ -20,8 +20,6 @@ ...@@ -20,8 +20,6 @@
*/ */
LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
#pragma code_page(1252)
/* Menu */ /* Menu */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment