mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 20:19:26 +00:00
update system restore header
svn path=/trunk/; revision=38405
This commit is contained in:
parent
fa287a1e62
commit
e970a33b95
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue