reactos/base/applications/cmdutils/fc/fc.rc

13 lines
324 B
Plaintext
Raw Normal View History

#include <windef.h>
#include "resource.h"
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS FC Command"
#define REACTOS_STR_INTERNAL_NAME "fc"
#define REACTOS_STR_ORIGINAL_FILENAME "fc.exe"
#include <reactos/version.rc>
#pragma code_page(65001) /* UTF-8 */
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif