Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp).
[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 #define WINE_FILEDESCRIPTION_STR "Wine Messaging API"
20 #define WINE_FILENAME_STR "mapi32.dll"
21 #define WINE_FILEVERSION 1,0,0,0
22 #define WINE_FILEVERSION_STR "1.0.0.0"
23 #define WINE_PRODUCTVERSION 1,0,0,0
24 #define WINE_PRODUCTVERSION_STR "1.0.0.0"
25
26 #include "wine/wine_common_ver.rc"
27
28 #ifdef LANGUAGE_DA_DK
29 #include "Da.rc"
30 #endif
31 #ifdef LANGUAGE_DE_DE
32 #include "De.rc"
33 #endif
34 #ifdef LANGUAGE_EN_US
35 #include "En.rc"
36 #endif
37 #ifdef LANGUAGE_PL_PL
38 #include "Pl.rc"
39 #endif
40
41 /* UTF-8 */
42 #ifdef LANGUAGE_ES_ES
43 #include "Es.rc"
44 #endif
45 #ifdef LANGUAGE_FR_FR
46 #include "Fr.rc"
47 #endif
48 #ifdef LANGUAGE_HE_IL
49 #include "He.rc"
50 #endif
51 #ifdef LANGUAGE_HU_HU
52 #include "Hu.rc"
53 #endif
54 #ifdef LANGUAGE_IT_IT
55 #include "It.rc"
56 #endif
57 #ifdef LANGUAGE_JA_JP
58 #include "Ja.rc"
59 #endif
60 #ifdef LANGUAGE_KO_KR
61 #include "Ko.rc"
62 #endif
63 #ifdef LANGUAGE_LT_LT
64 #include "Lt.rc"
65 #endif
66 #ifdef LANGUAGE_NL_NL
67 #include "Nl.rc"
68 #endif
69 #ifdef LANGUAGE_NO_NO
70 #include "No.rc"
71 #endif
72 #ifdef LANGUAGE_PT_PT
73 #include "Pt.rc"
74 #endif
75 #ifdef LANGUAGE_RO_RO
76 #include "Ro.rc"
77 #endif
78 #ifdef LANGUAGE_RU_RU
79 #include "Ru.rc"
80 #endif
81 #ifdef LANGUAGE_SL_SI
82 #include "Si.rc"
83 #endif
84 #ifdef LANGUAGE_UK_UA
85 #include "Uk.rc"
86 #endif