Synchronize with trunk's revision r57629.
[reactos.git] / dll / win32 / msacm32 / msacm.rc
1 /*
2 * Top level resource file for MS ACM
3 *
4 * Copyright 2000 Eric Pouech
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */
20
21 #include "windef.h"
22 #include "winbase.h"
23 #include "winuser.h"
24 #include "wineacm.h"
25
26 #ifdef LANGUAGE_BG_BG
27 #include "msacm_Bg.rc"
28 #endif
29 #ifdef LANGUAGE_CS_CZ
30 #include "msacm_Cs.rc"
31 #endif
32 #ifdef LANGUAGE_DA_DK
33 #include "msacm_Da.rc"
34 #endif
35 #ifdef LANGUAGE_EL_GR
36 #include "msacm_El.rc"
37 #endif
38 #ifdef LANGUAGE_EN_US
39 #include "msacm_En.rc"
40 #endif
41 #ifdef LANGUAGE_ES_ES
42 #include "msacm_Es.rc"
43 #endif
44 #ifdef LANGUAGE_HU_HU
45 #include "msacm_Hu.rc"
46 #endif
47 #ifdef LANGUAGE_IT_IT
48 #include "msacm_It.rc"
49 #endif
50 #ifdef LANGUAGE_KO_KR
51 #include "msacm_Ko.rc"
52 #endif
53 #ifdef LANGUAGE_NL_NL
54 #include "msacm_Nl.rc"
55 #endif
56 #ifdef LANGUAGE_NO_NO
57 #include "msacm_No.rc"
58 #endif
59 #ifdef LANGUAGE_PL_PL
60 #include "msacm_Pl.rc"
61 #endif
62 #ifdef LANGUAGE_SV_SE
63 #include "msacm_Sv.rc"
64 #endif
65 #ifdef LANGUAGE_TR_TR
66 #include "msacm_Tr.rc"
67 #endif
68
69 /* UTF-8 */
70 #ifdef LANGUAGE_DE_DE
71 #include "msacm_De.rc"
72 #endif
73 #ifdef LANGUAGE_FR_FR
74 #include "msacm_Fr.rc"
75 #endif
76 #ifdef LANGUAGE_JA_JP
77 #include "msacm_Ja.rc"
78 #endif
79 #ifdef LANGUAGE_LT_LT
80 #include "msacm_Lt.rc"
81 #endif
82 #ifdef LANGUAGE_PT_PT
83 #include "msacm_Pt.rc"
84 #endif
85 #ifdef LANGUAGE_RO_RO
86 #include "msacm_Ro.rc"
87 #endif
88 #ifdef LANGUAGE_RU_RU
89 #include "msacm_Ru.rc"
90 #endif
91 #ifdef LANGUAGE_SL_SI
92 #include "msacm_Si.rc"
93 #endif
94 #ifdef LANGUAGE_UK_UA
95 #include "msacm_Uk.rc"
96 #endif
97 #ifdef LANGUAGE_ZH_CN
98 #include "msacm_Zh.rc"
99 #endif