[SHELLEXT][MYDOCS][INF] Add mydocs.dll and .mydocs file extension (#2624)
[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 IDR_MYDOCS REGISTRY "res/mydocs.rgs"
20
21 #ifdef LANGUAGE_EN_US
22 #include "lang/en-US.rc"
23 #endif