11e4a603b8b5ed7b5c1d025db1ae160eb30b06a8
[reactos.git] / reactos / dll / win32 / mycomput / mycomput.rc
1 #include <windef.h>
2 #include <winuser.h>
3
4 #include "resource.h"
5
6
7 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
8
9 /* UTF-8 */
10 #pragma code_page(65001)
11
12 #ifdef LANGUAGE_CS_CZ
13 #include "lang/cs-CZ.rc"
14 #endif
15 #ifdef LANGUAGE_DE_DE
16 #include "lang/de-DE.rc"
17 #endif
18 #ifdef LANGUAGE_EN_US
19 #include "lang/en-US.rc"
20 #endif
21 #ifdef LANGUAGE_FR_FR
22 #include "lang/fr-FR.rc"
23 #endif
24 #ifdef LANGUAGE_IT_IT
25 #include "lang/it-IT.rc"
26 #endif
27 #ifdef LANGUAGE_RO_RO
28 #include "lang/ro-RO.rc"
29 #endif
30 #ifdef LANGUAGE_TR_TR
31 #include "lang/tr-TR.rc"
32 #endif