mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 08:38:17 +00:00
- shuffle resource files a bit
svn path=/trunk/; revision=24946
This commit is contained in:
parent
6448d0948e
commit
289358813b
8 changed files with 11 additions and 5 deletions
|
@ -4,8 +4,4 @@
|
|||
#define REACTOS_STR_ORIGINAL_FILENAME "format.exe\0"
|
||||
#include <reactos/version.rc>
|
||||
|
||||
#include "en-US.rc"
|
||||
#include "de-DE.rc"
|
||||
#include "fr-FR.rc"
|
||||
#include "hu-HU.rc"
|
||||
#include "nb-NO.rc"
|
||||
#include "rsrc.rc"
|
||||
|
|
10
reactos/base/system/format/rsrc.rc
Normal file
10
reactos/base/system/format/rsrc.rc
Normal file
|
@ -0,0 +1,10 @@
|
|||
#include <windows.h>
|
||||
#include "resource.h"
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/fr-FR.rc"
|
||||
#include "lang/hu-HU.rc"
|
||||
#include "lang/nb-NO.rc"
|
Loading…
Reference in a new issue