* Sync up to trunk head (r64921).
[reactos.git] / dll / win32 / crypt32 / crypt32.rc
1 /*
2 * crypt32 dll resources
3 *
4 * Copyright (C) 2006 Juan Lang
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 St, Fifth Floor, Boston, MA 02110-1301, USA
19 */
20
21 #include "cryptres.h"
22
23 #define WINE_FILEDESCRIPTION_STR "Wine CryptoAPI Library"
24 #define WINE_FILENAME_STR "crypt32.dll"
25 #define WINE_FILEVERSION 5,131,2600,1243
26 #define WINE_FILEVERSION_STR "5.131.2600.1243"
27 #define WINE_PRODUCTVERSION 5,131,2600,1243
28 #define WINE_PRODUCTVERSION_STR "5.131.2600.1243"
29
30 #include <wine/wine_common_ver.rc>
31
32 #ifdef LANGUAGE_EN_US
33 #include "lang/crypt32_En.rc"
34 #endif
35 #ifdef LANGUAGE_KO_KR
36 #include "lang/crypt32_Ko.rc"
37 #endif
38 #ifdef LANGUAGE_PL_PL
39 #include "lang/crypt32_Pl.rc"
40 #endif
41
42 /* UTF-8 */
43 #ifdef LANGUAGE_DE_DE
44 #include "lang/crypt32_De.rc"
45 #endif
46 #ifdef LANGUAGE_FR_FR
47 #include "lang/crypt32_Fr.rc"
48 #endif
49 #ifdef LANGUAGE_HE_IL
50 #include "lang/crypt32_He.rc"
51 #endif
52 #ifdef LANGUAGE_HU_HU
53 #include "lang/crypt32_Hu.rc"
54 #endif
55 #ifdef LANGUAGE_IT_IT
56 #include "lang/crypt32_It.rc"
57 #endif
58 #ifdef LANGUAGE_LT_LT
59 #include "lang/crypt32_Lt.rc"
60 #endif
61 #ifdef LANGUAGE_NL_NL
62 #include "lang/crypt32_Nl.rc"
63 #endif
64 #ifdef LANGUAGE_NO_NO
65 #include "lang/crypt32_No.rc"
66 #endif
67 #ifdef LANGUAGE_PT_PT
68 #include "lang/crypt32_Pt.rc"
69 #endif
70 #ifdef LANGUAGE_RO_RO
71 #include "lang/crypt32_Ro.rc"
72 #endif
73 #ifdef LANGUAGE_SQ_AL
74 #include "lang/crypt32_Sq.rc"
75 #endif
76 #ifdef LANGUAGE_SV_SE
77 #include "lang/crypt32_Sv.rc"
78 #endif
79 #ifdef LANGUAGE_TR_TR
80 #include "lang/crypt32_Tr.rc"
81 #endif
82 #ifdef LANGUAGE_UK_UA
83 #include "lang/crypt32_Uk.rc"
84 #endif