mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 20:18:22 +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;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* @implemented
|
||||||
|
*/
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
RxCheckFcbStructuresForAlignment(
|
RxCheckFcbStructuresForAlignment(
|
||||||
VOID)
|
VOID)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
PAGED_CODE();
|
||||||
}
|
}
|
||||||
|
|
||||||
#if DBG
|
#if DBG
|
||||||
|
|
Loading…
Reference in a new issue