ReactOS 0.4.15-dev-7918-g2a2556c
resource.h
Go to the documentation of this file.
1/*
2 * PROJECT: mydocs
3 * LICENSE: LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
4 * PURPOSE: MyDocs implementation
5 * COPYRIGHT: Copyright 2020 Katayama Hirofumi MZ (katayama.hirofumi.mz@gmail.com)
6 */
7
8#ifndef RESOURCE_H_
9#define RESOURCE_H_
10
11#define IDR_MYDOCS 100
12
13#define IDS_NOSRCFILEFOUND 100
14
15#endif