Forgot to commit this file.
authorAleksandar Andrejevic <aandrejevic@reactos.org>
Tue, 1 Apr 2014 02:59:00 +0000 (02:59 +0000)
committerAleksandar Andrejevic <aandrejevic@reactos.org>
Tue, 1 Apr 2014 02:59:00 +0000 (02:59 +0000)
svn path=/branches/ntvdm/; revision=62597

include/reactos/subsys/win/vdm.h

index 2d0dafa..66b9371 100644 (file)
@@ -47,6 +47,12 @@ typedef enum _VDM_ENTRY_CODE
 #define VDM_NOT_READY       0x02
 #define VDM_READY           0x04
 
 #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;
 typedef struct
 {
     ULONG TaskId;