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:
Robert Dickenson 2002-07-20 16:38:55 +00:00
parent e6ccc243b9
commit f3e89b62de

View file

@ -29,4 +29,8 @@
/* FILE_VERSION defaults to PRODUCT_VERSION */
#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 */