#include #include "resource.h" LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #define REACTOS_STR_FILE_DESCRIPTION "ReactOS File Download Utility" #define REACTOS_STR_INTERNAL_NAME "dwnl" #define REACTOS_STR_ORIGINAL_FILENAME "dwnl.exe" #include /* UTF-8 */ #pragma code_page(65001) #ifdef LANGUAGE_DE_DE #include "lang/de-DE.rc" #endif #ifdef LANGUAGE_EN_US #include "lang/en-US.rc" #endif #ifdef LANGUAGE_RU_RU #include "lang/ru-RU.rc" #endif