Forgot to commit this file.

svn path=/branches/ntvdm/; revision=62597
This commit is contained in:
Aleksandar Andrejevic 2014-04-01 02:59:00 +00:00
parent 4b8a4d96df
commit 37d5c52cdc

View file

@ -47,6 +47,12 @@ typedef enum _VDM_ENTRY_CODE
#define VDM_NOT_READY 0x02
#define VDM_READY 0x04
//
// VDM Magic Values
//
#define VDM_INC_REENTER_COUNT 0x10
#define VDM_DEC_REENTER_COUNT 0x20
typedef struct
{
ULONG TaskId;