* Sync up to trunk head (r64377).
[reactos.git] / dll / shellext / stobject / stobject.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 IDI_BATTERY ICON "resources/1.ico"
10 IDI_EXTRACT ICON "resources/2.ico"
11 IDI_VOLUME ICON "resources/3.ico"
12 IDI_VOLMUTE ICON "resources/4.ico"
13
14 IDR_SYSTRAY REGISTRY "resources/rgs/systray.rgs"
15
16 /* UTF-8 */
17 #pragma code_page(65001)
18
19 #if 0
20 #ifdef LANGUAGE_DE_DE
21 #include "lang/de-DE.rc"
22 #endif
23 #ifdef LANGUAGE_EN_US
24 #include "lang/en-US.rc"
25 #endif
26 #endif