reactos/subsystems/ntvdm/ntvdm.rc

17 lines
377 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 Virtual DOS Machine"
#define REACTOS_STR_INTERNAL_NAME "ntvdm"
#define REACTOS_STR_ORIGINAL_FILENAME "ntvdm.exe"
#include <reactos/version.rc>
IDI_APPICON ICON "res/ntvdm.ico"
/* UTF-8 */
#pragma code_page(65001)