From ad382b39b36f9cf4c1fd9444f209c416df553a37 Mon Sep 17 00:00:00 2001 From: Boudewijn Dekker Date: Sat, 26 Feb 2000 09:58:06 +0000 Subject: [PATCH] changed struct FILE_OBJECT* to struct _FILE_OBJECT* at line 154 svn path=/trunk/; revision=1011 --- reactos/include/ddk/iotypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/include/ddk/iotypes.h b/reactos/include/ddk/iotypes.h index 96a6b1d0ddb..1e367850690 100644 --- a/reactos/include/ddk/iotypes.h +++ b/reactos/include/ddk/iotypes.h @@ -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;