xref: /reactos/dll/shellext/sendmail/resource.h (revision cdf90707)
1 /*
2  * PROJECT:     sendmail
3  * LICENSE:     LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
4  * PURPOSE:     DeskLink implementation
5  * COPYRIGHT:   Copyright 2019-2020 Katayama Hirofumi MZ (katayama.hirofumi.mz@gmail.com)
6  */
7 
8 #ifndef RESOURCE_H_
9 #define RESOURCE_H_
10 
11 #define IDR_DESKLINK 100
12 #define IDS_SHORTCUT 1000
13 #define IDS_DESKLINK 21
14 
15 #endif
16