mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
2210ddb826
svn path=/trunk/; revision=16614
14 lines
347 B
Plaintext
14 lines
347 B
Plaintext
/* $Id$ */
|
|
|
|
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Console Task Manager\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "ctm\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "ctm.exe\0"
|
|
#define REACTOS_STR_ORIGINAL_COPYRIGHT "2003, Aleksey Bragin\0"
|
|
#include <reactos/version.rc>
|
|
|
|
#include "En.rc"
|
|
#include "Fr.rc"
|