[CRT] Remove useless #undef abort from process.h
[reactos.git] / dll / shellext / mydocs / mydocs.rc
1 /*
2 * PROJECT: mydocs
3 * LICENSE: LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
4 * PURPOSE: MyDocs implementation
5 * COPYRIGHT: Copyright 2020 Katayama Hirofumi MZ (katayama.hirofumi.mz@gmail.com)
6 */
7
8 #include <windef.h>
9 #include <winuser.h>
10 #include "resource.h"
11
12 #include "mydocs_version.rc"
13
14 /* UTF-8 */
15 #pragma code_page(65001)
16
17 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
18
19 100 ICON "../../win32/shell32/res/icons/235.ico" // IDI_SHELL_MY_DOCUMENTS
20 101 ICON "../../win32/shell32/res/icons/236.ico" // IDI_SHELL_MY_PICTURES
21
22 IDR_MYDOCS REGISTRY "res/mydocs.rgs"
23
24 #ifdef LANGUAGE_DE_DE
25 #include "lang/de-DE.rc"
26 #endif
27 #ifdef LANGUAGE_EN_US
28 #include "lang/en-US.rc"
29 #endif
30 #ifdef LANGUAGE_JA_JP
31 #include "lang/ja-JP.rc"
32 #endif
33 #ifdef LANGUAGE_PL_PL
34 #include "lang/pl-PL.rc"
35 #endif
36 #ifdef LANGUAGE_RO_RO
37 #include "lang/ro-RO.rc"
38 #endif
39 #ifdef LANGUAGE_RU_RU
40 #include "lang/ru-RU.rc"
41 #endif
42 #ifdef LANGUAGE_TR_TR
43 #include "lang/tr-TR.rc"
44 #endif
45 #ifdef LANGUAGE_ZH_HK
46 #include "lang/zh-HK.rc"
47 #endif
48 #ifdef LANGUAGE_ZH_TW
49 #include "lang/zh-TW.rc"
50 #endif