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 16