mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:16:04 +00:00
Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp).
svn path=/branches/ntvdm/; revision=59665
This commit is contained in:
commit
f66525ee02
404 changed files with 31475 additions and 5237 deletions
|
@ -123,6 +123,12 @@ NtfsReadFile(PDEVICE_EXTENSION DeviceExt,
|
|||
|
||||
return(Status);
|
||||
#else
|
||||
UNREFERENCED_PARAMETER(DeviceExt);
|
||||
UNREFERENCED_PARAMETER(FileObject);
|
||||
UNREFERENCED_PARAMETER(Buffer);
|
||||
UNREFERENCED_PARAMETER(Length);
|
||||
UNREFERENCED_PARAMETER(ReadOffset);
|
||||
UNREFERENCED_PARAMETER(IrpFlags);
|
||||
*LengthRead = 0;
|
||||
return STATUS_END_OF_FILE;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue