[RDBSS] Implement RxCheckFcbStructuresForAlignment()

This commit is contained in:
Pierre Schweitzer 2017-11-01 11:05:32 +01:00
parent 2ed535da8a
commit ac3e4a4895
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -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