mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
65ce146169
svn path=/branches/ros-csrss/; revision=57561
14 lines
413 B
Text
14 lines
413 B
Text
#define REACTOS_STR_FILE_DESCRIPTION "Disk Partitioning Tool\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "diskpart\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "diskpart.exe\0"
|
|
#define REACTOS_STR_ORIGINAL_COPYRIGHT "(C) 2011 Lee Schroeder\0"
|
|
#include <reactos/version.rc>
|
|
|
|
// UTF-8
|
|
#pragma code_page(65001)
|
|
#ifdef LANGUAGE_EN_US
|
|
#include "lang/en-US.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_RO_RO
|
|
#include "lang/ro-RO.rc"
|
|
#endif
|