mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
Fix fontview build
See issue #2477 for more details. svn path=/trunk/; revision=27995
This commit is contained in:
parent
b9f016c611
commit
76144d8e7a
6 changed files with 3 additions and 18 deletions
|
@ -1,3 +1,6 @@
|
|||
#include <windows.h>
|
||||
#include "resource.h"
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
|
||||
#include "windows.h"
|
||||
#include "../resource.h"
|
||||
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
|
||||
#include "windows.h"
|
||||
#include "../resource.h"
|
||||
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
|
||||
#include "windows.h"
|
||||
#include "../resource.h"
|
||||
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
// Russian language resource file (Dmitry Chapyshev, 2007-06-21)
|
||||
|
||||
#include "windows.h"
|
||||
#include "../resource.h"
|
||||
|
||||
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
* TRANSLATOR: Artem Reznikov
|
||||
*/
|
||||
|
||||
#include "windows.h"
|
||||
#include "../resource.h"
|
||||
|
||||
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
|
Loading…
Reference in a new issue