mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
a48aa21102
- Improve and move SendTo files creation code and timing. - Delete IDS_DESKLINK of shell32. - Add IDS_DESKLINK into sendmail. CORE-16924
16 lines
351 B
C
16 lines
351 B
C
/*
|
|
* PROJECT: sendmail
|
|
* LICENSE: LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
|
|
* PURPOSE: DeskLink implementation
|
|
* COPYRIGHT: Copyright 2019-2020 Katayama Hirofumi MZ (katayama.hirofumi.mz@gmail.com)
|
|
*/
|
|
|
|
#ifndef RESOURCE_H_
|
|
#define RESOURCE_H_
|
|
|
|
#define IDR_DESKLINK 100
|
|
#define IDS_SHORTCUT 1000
|
|
#define IDS_DESKLINK 21
|
|
|
|
#endif
|