fd4699aaf5dfcdb03b483b34bd0028616206d67c
[reactos.git] / reactos / lib / userenv / userenv.rc
1 /* $Id$
2 *
3 * Copyright (C) 2004 Eric Kohl
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 */
19
20 #include <windows.h>
21 #include "resources.h"
22
23 #define REACTOS_VERSION_DLL
24 #define REACTOS_STR_FILE_DESCRIPTION "User Environment DLL\0"
25 #define REACTOS_STR_INTERNAL_NAME "userenv\0"
26 #define REACTOS_STR_ORIGINAL_FILENAME "userenv.dll\0"
27 #define REACTOS_FILEVERSION 5,1,2600,0
28 #define REACTOS_STR_FILE_VERSION "5.1.2600\0"
29 #include <reactos/version.rc>
30
31 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
32
33 /*
34 * Everything specific to any language goes in one of the specific
35 * files. Note that you can and may override resources which also have
36 * a neutral version. This is to get localized bitmaps for example.
37 */
38
39 #include "En.rc"
40 #include "De.rc"
41 #include "Nl.rc"
42 #include "Pl.rc"
43 #include "Sv.rc"
44 #include "Ru.rc"