* Slap *some* sense into our header inclusions.
[reactos.git] / reactos / base / applications / regedit / regedit.rc
1 /*
2 * Regedit resources
3 *
4 * Copyright 2002 Robert Dickenson
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 Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */
20
21 #include <windef.h>
22 #include <winuser.h>
23 #include <commctrl.h>
24
25 #include "resource.h"
26
27 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Registry Explorer\0"
28 #define REACTOS_STR_INTERNAL_NAME "regedit\0"
29 #define REACTOS_STR_ORIGINAL_FILENAME "regedit.exe\0"
30 #include <reactos/version.rc>
31
32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
33
34 #include "rsrc.rc"
35
36 IDI_OPEN_FILE ICON DISCARDABLE res/folderopen.ico
37 IDI_CLOSED_FILE ICON DISCARDABLE res/folder.ico
38 IDI_ROOT ICON DISCARDABLE res/computer.ico
39 IDI_STRING ICON DISCARDABLE res/string.ico
40 IDI_BIN ICON DISCARDABLE res/bin.ico
41 IDI_REGEDIT ICON DISCARDABLE res/regedit.ico
42 IDI_REGFILE ICON DISCARDABLE res/regfile.ico