reactos/reactos/base/applications/cmdutils/timeout/timeout.rc
Hermès Bélusca-Maïto 6b45a088f3 [TIMEOUT]: Implement the TIMEOUT utility (found on Win2k3 and upwards). This is an improved "pause" command, with elapsed time count display.
Based from a patch by Lee Schröder, with modifications by myself.
CORE-10044 #resolve

svn path=/trunk/; revision=75968
2017-09-25 23:31:44 +00:00

21 lines
463 B
Text

#include <windef.h>
// #include <winuser.h>
#include "resource.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Timeout Utility"
#define REACTOS_STR_INTERNAL_NAME "timeout"
#define REACTOS_STR_ORIGINAL_FILENAME "timeout.exe"
#include <reactos/version.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