/* $Id$ */ #include #include "resource.h" #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Control Panel\0" #define REACTOS_STR_INTERNAL_NAME "intl\0" #define REACTOS_STR_ORIGINAL_FILENAME "intl.cpl\0" #include IDC_CPLICON ICON "resources/applet.ico" IDC_FLAGS ICON "resources/flags.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 "en.rc" #include "de.rc"