[LOCALUI]

* Improve header inclusions in resource files.

svn path=/trunk/; revision=64640
This commit is contained in:
Amine Khaldi 2014-10-09 11:09:02 +00:00
parent 0c260ba437
commit bafdc2c641
24 changed files with 3 additions and 50 deletions

View file

@ -19,8 +19,6 @@
*
*/
#include "localui.h"
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
STRINGTABLE

View file

@ -19,8 +19,6 @@
*
*/
#include "localui.h"
#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL

View file

@ -19,8 +19,6 @@
*
*/
#include "localui.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE

View file

@ -19,8 +19,6 @@
*
*/
#include "localui.h"
#pragma code_page(65001)
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL

View file

@ -19,8 +19,6 @@
*
*/
#include "localui.h"
#pragma code_page(65001)
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL

View file

@ -21,8 +21,6 @@
*
*/
#include "localui.h"
LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
STRINGTABLE

View file

@ -19,8 +19,6 @@
*
*/
#include "localui.h"
/* UTF-8 */
#pragma code_page(65001)

View file

@ -20,8 +20,6 @@
*
*/
#include "localui.h"
/* UTF-8 */
#pragma code_page(65001)

View file

@ -19,8 +19,6 @@
*
*/
#include "localui.h"
/* UTF-8 */
#pragma code_page(65001)

View file

@ -20,8 +20,6 @@
*
*/
#include "localui.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
STRINGTABLE

View file

@ -19,8 +19,6 @@
*
*/
#include "localui.h"
/* UTF-8 */
#pragma code_page(65001)

View file

@ -19,8 +19,6 @@
*
*/
#include "localui.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
STRINGTABLE

View file

@ -19,8 +19,6 @@
*
*/
#include "localui.h"
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
STRINGTABLE

View file

@ -20,8 +20,6 @@
*
*/
#include "localui.h"
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
STRINGTABLE

View file

@ -19,8 +19,6 @@
*
*/
#include "localui.h"
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
STRINGTABLE

View file

@ -19,8 +19,6 @@
*
*/
#include "localui.h"
#pragma code_page(65001)
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL

View file

@ -19,8 +19,6 @@
*
*/
#include "localui.h"
/* UTF-8 */
#pragma code_page(65001)

View file

@ -19,8 +19,6 @@
*
*/
#include "localui.h"
#pragma code_page(65001)
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT

View file

@ -20,8 +20,6 @@
*
*/
#include "localui.h"
LANGUAGE LANG_ALBANIAN, SUBLANG_NEUTRAL
STRINGTABLE

View file

@ -19,8 +19,6 @@
*
*/
#include "localui.h"
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
STRINGTABLE

View file

@ -19,8 +19,6 @@
*
*/
#include "localui.h"
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
STRINGTABLE

View file

@ -19,8 +19,6 @@
*
*/
#include "localui.h"
/* UTF-8 */
#pragma code_page(65001)

View file

@ -19,8 +19,6 @@
*
*/
#include "localui.h"
/* Chinese text is encoded in UTF-8 */
#pragma code_page(65001)

View file

@ -19,10 +19,9 @@
*
*/
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winver.h"
#include <windef.h>
#include <winuser.h>
#include "localui.h"
#define WINE_FILENAME_STR "localui.dll"