appwiz.cpl:
[reactos.git] / reactos / lib / cpl / appwiz / appwiz.rc
1 #include "resource.h"
2 #ifdef _MSC_VER
3 #include <../../../include/defines.h>
4 #else
5 #include <defines.h>
6 #endif
7
8 #define REACTOS_VERSION_DLL
9 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Software Control Panel\0"
10 #define REACTOS_STR_INTERNAL_NAME "appwiz\0"
11 #define REACTOS_STR_ORIGINAL_FILENAME "appwiz.cpl\0"
12 #ifdef _MSC_VER
13 #include <../../../reactos/version.rc>
14 #else
15 #include <reactos/version.rc>
16 #endif
17
18 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
19
20 IDI_CPLSYSTEM ICON "resources/applet.ico"
21
22 /*
23 * Everything specific to any language goes in one of the specific
24 * files. Note that you can and may override resources which also have
25 * a neutral version. This is to get localized bitmaps for example.
26 */
27
28 #include "En.rc"
29 #include "De.rc"