mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
16 lines
322 B
C
16 lines
322 B
C
|
/*
|
||
|
* 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)
|
||
|
*/
|
||
|
|
||
|
#ifndef RESOURCE_H_
|
||
|
#define RESOURCE_H_
|
||
|
|
||
|
#define IDR_MYDOCS 100
|
||
|
|
||
|
#define IDS_NOSRCFILEFOUND 100
|
||
|
|
||
|
#endif
|