mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
1e3d5d70e9
svn path=/trunk/; revision=26033
17 lines
287 B
Plaintext
17 lines
287 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/id-ID.rc"
|
|
#include "lang/it-IT.rc"
|
|
#include "lang/nb-NO.rc"
|
|
#include "lang/th-TH.rc"
|
|
|