mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
changed struct FILE_OBJECT* to struct _FILE_OBJECT* at line 154
svn path=/trunk/; revision=1011
This commit is contained in:
parent
89875c3a44
commit
ad382b39b3
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
ULONG Length;
|
||||
FILE_INFORMATION_CLASS FileInformationClass;
|
||||
struct FILE_OBJECT* FileObject;
|
||||
struct _FILE_OBJECT* FileObject;
|
||||
union {
|
||||
struct {
|
||||
BOOLEAN ReplaceIfExists;
|
||||
|
|
Loading…
Reference in a new issue