update system restore header

svn path=/trunk/; revision=38405
This commit is contained in:
Christoph von Wittich 2008-12-28 10:23:32 +00:00
parent fa287a1e62
commit e970a33b95

View file

@ -27,6 +27,13 @@ extern "C" {
/* Defines */
/* Event types */
#define BEGIN_NESTED_SYSTEM_CHANGE 102
#define END_NESTED_SYSTEM_CHANGE 103
/* Restore point types */
#define APPLICATION_INSTALL 0
#define MAX_DESC 64
#define MAX_DESC_W 256