reactos/reactos/base/applications/cmdutils/timeout/timeout.rc

22 lines
463 B
Plaintext
Raw Normal View History

#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