mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 09:04:39 +00:00
Added new section to support default applications:
/* ReactOS default Application Registry Root Path */ #define RES_STR_ROSAPP_REGISTRY_ROOT "Software\\ReactWare" svn path=/trunk/; revision=3276
This commit is contained in:
parent
e6ccc243b9
commit
f3e89b62de
1 changed files with 4 additions and 0 deletions
|
@ -29,4 +29,8 @@
|
||||||
/* FILE_VERSION defaults to PRODUCT_VERSION */
|
/* FILE_VERSION defaults to PRODUCT_VERSION */
|
||||||
#define RES_STR_FILE_VERSION KERNEL_RELEASE_RC
|
#define RES_STR_FILE_VERSION KERNEL_RELEASE_RC
|
||||||
|
|
||||||
|
/* ReactOS default Application Registry Root Path */
|
||||||
|
#define RES_STR_ROSAPP_REGISTRY_ROOT "Software\\ReactWare"
|
||||||
|
|
||||||
#endif /* ndef _INC_REACTOS_RESOURCE_H */
|
#endif /* ndef _INC_REACTOS_RESOURCE_H */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue