* Sync with trunk r64401.
[reactos.git] / dll / win32 / mapi32 / version.rc
1 /*
2 * Copyright 2009 Vincent Povirk for CodeWeavers
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18
19 #include "res.h"
20
21 #define WINE_FILEDESCRIPTION_STR "Wine Messaging API"
22 #define WINE_FILENAME_STR "mapi32.dll"
23 #define WINE_FILEVERSION 1,0,0,0
24 #define WINE_FILEVERSION_STR "1.0.0.0"
25 #define WINE_PRODUCTVERSION 1,0,0,0
26 #define WINE_PRODUCTVERSION_STR "1.0.0.0"
27
28 #include "wine/wine_common_ver.rc"
29
30 #ifdef LANGUAGE_DA_DK
31 #include "lang/Da.rc"
32 #endif
33 #ifdef LANGUAGE_DE_DE
34 #include "lang/De.rc"
35 #endif
36 #ifdef LANGUAGE_EN_US
37 #include "lang/En.rc"
38 #endif
39 #ifdef LANGUAGE_PL_PL
40 #include "lang/Pl.rc"
41 #endif
42
43 /* UTF-8 */
44 #ifdef LANGUAGE_ES_ES
45 #include "lang/Es.rc"
46 #endif
47 #ifdef LANGUAGE_FR_FR
48 #include "lang/Fr.rc"
49 #endif
50 #ifdef LANGUAGE_HE_IL
51 #include "lang/He.rc"
52 #endif
53 #ifdef LANGUAGE_HU_HU
54 #include "lang/Hu.rc"
55 #endif
56 #ifdef LANGUAGE_IT_IT
57 #include "lang/It.rc"
58 #endif
59 #ifdef LANGUAGE_JA_JP
60 #include "lang/Ja.rc"
61 #endif
62 #ifdef LANGUAGE_KO_KR
63 #include "lang/Ko.rc"
64 #endif
65 #ifdef LANGUAGE_LT_LT
66 #include "lang/Lt.rc"
67 #endif
68 #ifdef LANGUAGE_NL_NL
69 #include "lang/Nl.rc"
70 #endif
71 #ifdef LANGUAGE_NO_NO
72 #include "lang/No.rc"
73 #endif
74 #ifdef LANGUAGE_PT_PT
75 #include "lang/Pt.rc"
76 #endif
77 #ifdef LANGUAGE_RO_RO
78 #include "lang/Ro.rc"
79 #endif
80 #ifdef LANGUAGE_RU_RU
81 #include "lang/Ru.rc"
82 #endif
83 #ifdef LANGUAGE_SL_SI
84 #include "lang/Si.rc"
85 #endif
86 #ifdef LANGUAGE_SQ_AL
87 #include "lang/Sq.rc"
88 #endif
89 #ifdef LANGUAGE_TR_TR
90 #include "lang/Tr.rc"
91 #endif
92 #ifdef LANGUAGE_UK_UA
93 #include "lang/Uk.rc"
94 #endif