summaryrefslogtreecommitdiffstats
path: root/private/mvdm/inc/vrdefld.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/mvdm/inc/vrdefld.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/private/mvdm/inc/vrdefld.h b/private/mvdm/inc/vrdefld.h
new file mode 100644
index 000000000..63758be38
--- /dev/null
+++ b/private/mvdm/inc/vrdefld.h
@@ -0,0 +1,32 @@
+/*++
+
+Copyright (c) 1991 Microsoft Corporation
+
+Module Name:
+
+ vrdefld.h
+
+Abstract:
+
+ Contains offsets in VDM redir code segment for deferred load address info
+
+Author:
+
+ Richard L Firth (rfirth) 21-Oct-1992
+
+Revision History:
+
+--*/
+
+/* XLATOFF */
+#include <packon.h>
+/* XLATON */
+
+typedef struct _VDM_LOAD_INFO { /* */
+ DWORD DlcWindowAddr;
+ BYTE VrInitialized;
+} VDM_LOAD_INFO;
+
+/* XLATOFF */
+#include <packoff.h>
+/* XLATON */