Merge PR #283 "[USBPORT] Transaction Translator (TT) support bringup"
[reactos.git] / dll / win32 / avifil32 / rsrc.rc
1 /*
2 * Top level resource file for avifil32.dll
3 *
4 * Copyright 2002 Michael Günnewig
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 "avifile_private.h"
22
23
24 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
25
26 /* @makedep: avifile.rgs */
27 1 WINE_REGISTRY avifile.rgs
28
29 2 WINE_REGISTRY avifil32_idl.rgs
30
31 #define WINE_FILEDESCRIPTION_STR "Wine AVI file support library"
32 #define WINE_FILENAME_STR "avifil32.dll"
33 #define WINE_FILEVERSION 4,0,3,1998
34 #define WINE_FILEVERSION_STR "4.03.1998"
35 #define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
36
37 #include <wine/wine_common_ver.rc>
38
39 #include <reactos/manifest_dll.rc>
40
41 /* UTF-8 */
42 #pragma code_page(65001)
43
44 /*
45 * Everything specific to any language goes
46 * in one of the specific files.
47 */
48 #ifdef LANGUAGE_BG_BG
49 #include "lang/avifile_Bg.rc"
50 #endif
51 #ifdef LANGUAGE_CS_CZ
52 #include "lang/avifile_Cs.rc"
53 #endif
54 #ifdef LANGUAGE_DA_DK
55 #include "lang/avifile_Da.rc"
56 #endif
57 #ifdef LANGUAGE_DE_DE
58 #include "lang/avifile_De.rc"
59 #endif
60 #ifdef LANGUAGE_EN_US
61 #include "lang/avifile_En.rc"
62 #endif
63 #ifdef LANGUAGE_ES_ES
64 #include "lang/avifile_Es.rc"
65 #endif
66 #ifdef LANGUAGE_ET_EE
67 #include "lang/avifile_Et.rc"
68 #endif
69 #ifdef LANGUAGE_FR_FR
70 #include "lang/avifile_Fr.rc"
71 #endif
72 #ifdef LANGUAGE_HE_IL
73 #include "lang/avifile_He.rc"
74 #endif
75 #ifdef LANGUAGE_HU_HU
76 #include "lang/avifile_Hu.rc"
77 #endif
78 #ifdef LANGUAGE_IT_IT
79 #include "lang/avifile_It.rc"
80 #endif
81 #ifdef LANGUAGE_JA_JP
82 #include "lang/avifile_Ja.rc"
83 #endif
84 #ifdef LANGUAGE_KO_KR
85 #include "lang/avifile_Ko.rc"
86 #endif
87 #ifdef LANGUAGE_LT_LT
88 #include "lang/avifile_Lt.rc"
89 #endif
90 #ifdef LANGUAGE_NL_NL
91 #include "lang/avifile_Nl.rc"
92 #endif
93 #ifdef LANGUAGE_NO_NO
94 #include "lang/avifile_No.rc"
95 #endif
96 #ifdef LANGUAGE_PL_PL
97 #include "lang/avifile_Pl.rc"
98 #endif
99 #ifdef LANGUAGE_PT_PT
100 #include "lang/avifile_Pt.rc"
101 #endif
102 #ifdef LANGUAGE_RO_RO
103 #include "lang/avifile_Ro.rc"
104 #endif
105 #ifdef LANGUAGE_RU_RU
106 #include "lang/avifile_Ru.rc"
107 #endif
108 #ifdef LANGUAGE_SL_SI
109 #include "lang/avifile_Si.rc"
110 #endif
111 #ifdef LANGUAGE_SQ_AL
112 #include "lang/avifile_Sq.rc"
113 #endif
114 #ifdef LANGUAGE_SV_SE
115 #include "lang/avifile_Sv.rc"
116 #endif
117 #ifdef LANGUAGE_TR_TR
118 #include "lang/avifile_Tr.rc"
119 #endif
120 #ifdef LANGUAGE_UK_UA
121 #include "lang/avifile_Uk.rc"
122 #endif
123 #ifdef LANGUAGE_ZH_CN
124 #include "lang/avifile_Zh.rc"
125 #endif