mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:15:58 +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
|
@ -40,6 +40,8 @@ NTAPI
|
|||
NtfsAcqLazyWrite(PVOID Context,
|
||||
BOOLEAN Wait)
|
||||
{
|
||||
UNREFERENCED_PARAMETER(Context);
|
||||
UNREFERENCED_PARAMETER(Wait);
|
||||
UNIMPLEMENTED;
|
||||
return FALSE;
|
||||
}
|
||||
|
@ -49,6 +51,7 @@ VOID
|
|||
NTAPI
|
||||
NtfsRelLazyWrite(PVOID Context)
|
||||
{
|
||||
UNREFERENCED_PARAMETER(Context);
|
||||
UNIMPLEMENTED;
|
||||
}
|
||||
|
||||
|
@ -58,6 +61,8 @@ NTAPI
|
|||
NtfsAcqReadAhead(PVOID Context,
|
||||
BOOLEAN Wait)
|
||||
{
|
||||
UNREFERENCED_PARAMETER(Context);
|
||||
UNREFERENCED_PARAMETER(Wait);
|
||||
UNIMPLEMENTED;
|
||||
return FALSE;
|
||||
}
|
||||
|
@ -67,6 +72,7 @@ VOID
|
|||
NTAPI
|
||||
NtfsRelReadAhead(PVOID Context)
|
||||
{
|
||||
UNREFERENCED_PARAMETER(Context);
|
||||
UNIMPLEMENTED;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue