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