include: Add recovery defines.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alistair Leslie-Hughes 2019-07-29 23:07:47 +00:00 committed by Alexandre Julliard
parent 0bce8863b4
commit d7dd469be4
1 changed files with 10 additions and 0 deletions

View File

@ -1053,6 +1053,16 @@ typedef DWORD (CALLBACK *LPPROGRESS_ROUTINE)(LARGE_INTEGER, LARGE_INTEGER, LARGE
typedef DWORD (WINAPI *APPLICATION_RECOVERY_CALLBACK)(PVOID);
#define RECOVERY_DEFAULT_PING_INTERVAL 5000
#define RECOVERY_MAX_PING_INTERVAL (5*60*1000)
#define RESTART_MAX_CMD_LINE 1024
#define RESTART_NO_CRASH 1
#define RESTART_NO_HANG 2
#define RESTART_NO_PATCH 4
#define RESTART_NO_REBOOT 8
typedef enum _COPYFILE2_MESSAGE_TYPE
{
COPYFILE2_CALLBACK_NONE = 0,