CVS: winex/include dbghelp.h,1.3,1.4

[email protected] 30 Aug 2007 14:19:36 -0000
Newsgroups gmane.comp.emulators.winex.cvs
Message-ID <[email protected]>
Subject: winex/include dbghelp.h,1.3,1.4Update of /var/lib/cvsd/cvsroot/winex/include
In directory agravaine:/tmp/cvs-serv19684/include

Modified Files:
	dbghelp.h 
Log Message:

- added another minidump stream type that was listed in MSDN but missing in our header


Index: dbghelp.h
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/include/dbghelp.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- dbghelp.h	30 Aug 2007 14:17:24 -0000	1.3
+++ dbghelp.h	30 Aug 2007 14:19:34 -0000	1.4
@@ -543,7 +543,7 @@
 
 typedef struct _MINIDUMP_DIRECTORY 
 {
-    ULONG                       StreamType;
+    ULONG                        StreamType;
     MINIDUMP_LOCATION_DESCRIPTOR Location;
 } MINIDUMP_DIRECTORY, *PMINIDUMP_DIRECTORY;
 
@@ -736,7 +736,7 @@
     MiscInfoStream              = 15,
     MemoryInfoListStream        = 16,
     ThreadInfoListStream        = 17,
-
+    HandleOperationListStream   = 18,
     LastReservedStream          = 0xffff
 } MINIDUMP_STREAM_TYPE;