mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +00:00
60153818ab
Russian translation update by Sergey Stopkin ROSAPPS-333 #resolve #comment Committed, thx ^^ svn path=/trunk/; revision=72862
19 lines
404 B
Plaintext
19 lines
404 B
Plaintext
#include <windef.h>
|
|
|
|
#include "resource.h"
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS TCP/IPv4 Win32 ARP Ping"
|
|
#define REACTOS_STR_INTERNAL_NAME "arpping"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "arpping.exe"
|
|
#include <reactos/version.rc>
|
|
|
|
/* UTF-8 */
|
|
#pragma code_page(65001)
|
|
|
|
#ifdef LANGUAGE_EN_US
|
|
#include "lang/en-US.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_RU_RU
|
|
#include "lang/ru-RU.rc"
|
|
#endif
|