reactos/reactos/base/applications/msconfig/rsrc.rc

20 lines
362 B
Plaintext
Raw Normal View History

#include <windows.h>
#include "resource.h"
/* define language neutral resources */
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* include localised resources */
#include "lang/cs-CZ.rc"
#include "lang/de-DE.rc"
#include "lang/en-US.rc"
#include "lang/fr-FR.rc"
#include "lang/hu-HU.rc"
#include "lang/it-IT.rc"
#include "lang/nl-NL.rc"
#include "lang/nb-NO.rc"