Synchronize with trunk's revision r57599.
[reactos.git] / base / system / subst / rsrc.rc
1 #include <windows.h>
2 #include "resource.h"
3
4 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
5
6 // UTF-8
7 #pragma code_page(65001)
8 #ifdef LANGUAGE_BG_BG
9 #include "lang/bg-BG.rc"
10 #endif
11 #ifdef LANGUAGE_EN_US
12 #include "lang/en-US.rc"
13 #endif
14 #ifdef LANGUAGE_ES_ES
15 #include "lang/es-ES.rc"
16 #endif
17 #ifdef LANGUAGE_FR_FR
18 #include "lang/fr-FR.rc"
19 #endif
20 #ifdef LANGUAGE_IT_IT
21 #include "lang/it-IT.rc"
22 #endif
23 #ifdef LANGUAGE_PL_PL
24 #include "lang/pl-PL.rc"
25 #endif
26 #ifdef LANGUAGE_RO_RO
27 #include "lang/ro-RO.rc"
28 #endif
29 #ifdef LANGUAGE_UK_UA
30 #include "lang/uk-UA.rc"
31 #endif
32 #ifdef LANGUAGE_ZH_CN
33 #include "lang/zh-CN.rc"
34 #endif