mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 04:03:56 +00:00
[RDBSS] Implement RxCheckFcbStructuresForAlignment()
This commit is contained in:
parent
2ed535da8a
commit
ac3e4a4895
1 changed files with 4 additions and 1 deletions
|
@ -1323,12 +1323,15 @@ RxCanonicalizeNameAndObtainNetRoot(
|
|||
return Status;
|
||||
}
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
VOID
|
||||
NTAPI
|
||||
RxCheckFcbStructuresForAlignment(
|
||||
VOID)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
PAGED_CODE();
|
||||
}
|
||||
|
||||
#if DBG
|
||||
|
|
Loading…
Reference in a new issue