reactos/dll/shellext/mydocs/mydocs.rc
Katayama Hirofumi MZ 4efff7f463
[SHELLEXT][MYDOCS][INF] Add mydocs.dll and .mydocs file extension (#2624)
I found "SendTo My Documents" is realized by .mydocs filename extension in WinXP/2k3. To implement this, I will add mydocs.dll file. CORE-12562
2020-04-22 19:34:15 +09:00

24 lines
486 B
Plaintext

/*
* PROJECT: mydocs
* LICENSE: LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
* PURPOSE: MyDocs implementation
* COPYRIGHT: Copyright 2020 Katayama Hirofumi MZ (katayama.hirofumi.mz@gmail.com)
*/
#include <windef.h>
#include <winuser.h>
#include "resource.h"
#include "mydocs_version.rc"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDR_MYDOCS REGISTRY "res/mydocs.rgs"
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif