mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
- 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 ([email protected])
|
|
*/
|
|
|
|
#ifndef RESOURCE_H_
|
|
#define RESOURCE_H_
|
|
|
|
#define IDR_DESKLINK 100
|
|
#define IDS_SHORTCUT 1000
|
|
#define IDS_DESKLINK 21
|
|
|
|
#endif
|