- shuffle resource files a bit

svn path=/trunk/; revision=24946
This commit is contained in:
Johannes Anderwald 2006-11-28 20:55:29 +00:00
parent 6448d0948e
commit 289358813b
8 changed files with 11 additions and 5 deletions

View file

@ -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"

View 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"