Create this branch to work on loading of different Kernel-Debugger DLL providers...
[reactos.git] / dll / cpl / timedate / timedate.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 Time/Date Control Panel\0"
11 #define REACTOS_STR_INTERNAL_NAME "timedate\0"
12 #define REACTOS_STR_ORIGINAL_FILENAME "timedate.cpl\0"
13 #include <reactos/version.rc>
14
15 IDC_CPLICON ICON "resources/applet.ico"
16 IDC_WORLD BITMAP "resources/world.bmp"
17
18 #include "rsrc.rc"