mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
*.rc include
svn path=/trunk/; revision=405
This commit is contained in:
parent
36322cffcd
commit
3fe1c6d5f4
1 changed files with 15 additions and 0 deletions
15
reactos/include/reactos/resource.h
Normal file
15
reactos/include/reactos/resource.h
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
#ifndef _INC_REACTOS_RESOURCE_H
|
||||||
|
#define _INC_REACTOS_RESOURCE_H
|
||||||
|
|
||||||
|
/* Build number as YYYYMMDD */
|
||||||
|
|
||||||
|
#define RES_UINT_FILE_VERSION 19990421
|
||||||
|
|
||||||
|
/* Common version strings for rc scripts */
|
||||||
|
|
||||||
|
#define RES_STR_COMPANY_NAME "ReactOS Development Team\0"
|
||||||
|
#define RES_STR_LEGAL_COPYRIGHT "Copyright (c) 1998, 1999 ReactOS Team\0"
|
||||||
|
#define RES_STR_PRODUCT_NAME "ReactOS Operating System\0"
|
||||||
|
#define RES_STR_PRODUCT_VERSION "post 0.0.13\0"
|
||||||
|
|
||||||
|
#endif /* ndef _INC_REACTOS_RESOURCE_H */
|
Loading…
Reference in a new issue