#include "resource.h" #include #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Software Control Panel\0" #define REACTOS_STR_INTERNAL_NAME "appwiz\0" #define REACTOS_STR_ORIGINAL_FILENAME "appwiz.cpl\0" #ifdef _MSC_VER #include <../../../reactos/version.rc> #else #include #endif LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US IDI_CPLSYSTEM ICON "resources/applet.ico" /* * Everything specific to any language goes in one of the specific * files. Note that you can and may override resources which also have * a neutral version. This is to get localized bitmaps for example. */ #include "lang/cs-CZ.rc" #include "lang/da-DK.rc" #include "lang/de-DE.rc" #include "lang/el-GR.rc" #include "lang/en-US.rc" #include "lang/es-ES.rc" #include "lang/fr-FR.rc" #include "lang/hu-HU.rc" #include "lang/id-ID.rc" #include "lang/it-IT.rc" #include "lang/ja-JP.rc" #include "lang/nl-NL.rc" #include "lang/pl-PL.rc" #include "lang/ru-RU.rc" #include "lang/uk-UA.rc"