Branching for 0.3.15 release after two days of no response from a certain sphere...
[reactos.git] / dll / cpl / powercfg / powercfg.rc
1 #include <windef.h>
2 #include <winuser.h>
3 #include <commctrl.h>
4
5 #include "resource.h"
6
7 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
8
9 #define REACTOS_VERSION_DLL
10 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Power Management Control Panel\0"
11 #define REACTOS_STR_INTERNAL_NAME "powercfg\0"
12 #define REACTOS_STR_ORIGINAL_FILENAME "powercfg.cpl\0"
13 #include <reactos/version.rc>
14
15 IDI_AC ICON "resources/ac.ico"
16 IDI_ACDC ICON "resources/acdc.ico"
17 IDI_DC ICON "resources/dc.ico"
18 IDI_SCREEN ICON "resources/screen.ico"
19 IDI_HIBERNATE ICON "resources/hibernate.ico"
20
21 #include "rsrc.rc"