Create the AHCI branch for Aman's work
[reactos.git] / subsystems / mvdm / ntvdm / ntvdm.rc
1 #include <windef.h>
2 #include <winuser.h>
3 // #include <commctrl.h>
4
5 #include "resource.h"
6
7 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
8
9 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Virtual DOS Machine"
10 #define REACTOS_STR_INTERNAL_NAME "ntvdm"
11 #define REACTOS_STR_ORIGINAL_FILENAME "ntvdm.exe"
12 #include <reactos/version.rc>
13
14 IDI_APPICON ICON "res/ntvdm.ico"
15
16 /* UTF-8 */
17 #pragma code_page(65001)
18
19 #ifdef LANGUAGE_CS_CZ
20 #include "lang/cs-CZ.rc"
21 #endif
22 #ifdef LANGUAGE_DE_DE
23 #include "lang/de-DE.rc"
24 #endif
25 #ifdef LANGUAGE_EN_US
26 #include "lang/en-US.rc"
27 #endif
28 #ifdef LANGUAGE_ES_ES
29 #include "lang/es-ES.rc"
30 #endif
31 #ifdef LANGUAGE_FR_FR
32 #include "lang/fr-FR.rc"
33 #endif
34 #ifdef LANGUAGE_IT_IT
35 #include "lang/it-IT.rc"
36 #endif
37 #ifdef LANGUAGE_PL_PL
38 #include "lang/pl-PL.rc"
39 #endif
40 #ifdef LANGUAGE_RO_RO
41 #include "lang/ro-RO.rc"
42 #endif
43 #ifdef LANGUAGE_RU_RU
44 #include "lang/ru-RU.rc"
45 #endif
46 #ifdef LANGUAGE_TR_TR
47 #include "lang/tr-TR.rc"
48 #endif
49 #ifdef LANGUAGE_ZH_CN
50 #include "lang/zh-CN.rc"
51 #endif