changed struct FILE_OBJECT* to struct _FILE_OBJECT* at line 154

svn path=/trunk/; revision=1011
This commit is contained in:
Boudewijn Dekker 2000-02-26 09:58:06 +00:00
parent 89875c3a44
commit ad382b39b3

View file

@ -1,4 +1,4 @@
/* $Id: iotypes.h,v 1.9 1999/12/26 20:21:02 ea Exp $ /* $Id: iotypes.h,v 1.10 2000/02/26 09:58:06 ariadne Exp $
* *
*/ */
@ -151,7 +151,7 @@ typedef struct _IO_STACK_LOCATION
struct { struct {
ULONG Length; ULONG Length;
FILE_INFORMATION_CLASS FileInformationClass; FILE_INFORMATION_CLASS FileInformationClass;
struct FILE_OBJECT* FileObject; struct _FILE_OBJECT* FileObject;
union { union {
struct { struct {
BOOLEAN ReplaceIfExists; BOOLEAN ReplaceIfExists;