PATCH: correct typedef for WIN32_STREAM_ID structure

Hans Leidekker <hans-p/[email protected]> Sun, 26 Oct 2003 14:04:32 +0100 (CET)
Newsgroups gmane.comp.gnu.mingw.patches
Message-ID <Pine.LNX.4.44.0310261349280.11017-100000@salad>
Documented here:

 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/win32_stream_id_str.asp

2003-10-26  Hans Leidekker <hans-p/[email protected]>

   * include/winbase.h (WIN32_STREAM_ID): correct typedef.

Index: winbase.h
===================================================================
RCS file: /cvsroot/mingw/w32api/include/winbase.h,v
retrieving revision 1.23
diff -u -r1.23 winbase.h
--- winbase.h	12 Sep 2003 13:26:51 -0000	1.23
+++ winbase.h	26 Oct 2003 12:53:56 -0000
@@ -793,7 +793,7 @@
 	LARGE_INTEGER Size;
 	DWORD dwStreamNameSize;
 	WCHAR cStreamName[ANYSIZE_ARRAY];
-} WIN32_STREAM_ID;
+} WIN32_STREAM_ID, *LPWIN32_STREAM_ID;
 typedef enum _FINDEX_INFO_LEVELS {
 	FindExInfoStandard,
 	FindExInfoMaxInfoLevel




-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/