reactos/base/services/w32time/w32time.rc

21 lines
431 B
Plaintext
Raw Normal View History

#include <windef.h>
#include <winuser.h>
#include "resource.h"
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "Time Service"
#define REACTOS_STR_INTERNAL_NAME "w32time"
#define REACTOS_STR_ORIGINAL_FILENAME "w32time.dll"
#include <reactos/version.rc>
/* UTF-8 */
#pragma code_page(65001)
#ifdef LANGUAGE_DE_DE
#include "lang/de-DE.rc"
#endif
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif