mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
15 lines
322 B
C
15 lines
322 B
C
![]() |
/*
|
||
|
* PROJECT: sendmail
|
||
|
* LICENSE: LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
|
||
|
* PURPOSE: DeskLink implementation
|
||
|
* COPYRIGHT: Copyright 2019 Katayama Hirofumi MZ (katayama.hirofumi.mz@gmail.com)
|
||
|
*/
|
||
|
|
||
|
#ifndef RESOURCE_H_
|
||
|
#define RESOURCE_H_
|
||
|
|
||
|
#define IDR_DESKLINK 100
|
||
|
#define IDS_SHORTCUT 1000
|
||
|
|
||
|
#endif
|