reactos/modules/rosapps/applications/vcdcontroltool/vcdcontroltool.rc
2018-12-17 08:09:08 +01:00

28 lines
584 B
Plaintext

#include <windef.h>
#include <winuser.h>
#include <commctrl.h>
#include "resource.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_STR_FILE_DESCRIPTION "Virtual CD Control Tool"
#define REACTOS_STR_INTERNAL_NAME "vcdcontroltool"
#define REACTOS_STR_ORIGINAL_FILENAME "vcdcontroltool.exe"
#include <reactos/version.rc>
#include <reactos/manifest_exe.rc>
/* UTF-8 */
#pragma code_page(65001)
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif
#ifdef LANGUAGE_FR_FR
#include "lang/fr-FR.rc"
#endif
#ifdef LANGUAGE_RU_RU
#include "lang/ru-RU.rc"
#endif