mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
5663aa0b6f
See issue #2477 for more details. svn path=/trunk/; revision=27824
18 lines
384 B
Plaintext
18 lines
384 B
Plaintext
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
/* define language neutral resources */
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
/* include localised resources */
|
|
#include "lang/en-US.rc"
|
|
#include "lang/es-ES.rc"
|
|
#include "lang/fr-FR.rc"
|
|
#include "lang/id-ID.rc"
|
|
#include "lang/it-IT.rc"
|
|
#include "lang/nb-NO.rc"
|
|
#include "lang/ru-RU.rc"
|
|
#include "lang/th-TH.rc"
|
|
#include "lang/uk-UA.rc"
|