Skip to content

Commit ac3e4a4

Browse files
committed
[RDBSS] Implement RxCheckFcbStructuresForAlignment()
1 parent 2ed535d commit ac3e4a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sdk/lib/drivers/rdbsslib/rdbss.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1323,12 +1323,15 @@ RxCanonicalizeNameAndObtainNetRoot(
13231323
return Status;
13241324
}
13251325

1326+
/*
1327+
* @implemented
1328+
*/
13261329
VOID
13271330
NTAPI
13281331
RxCheckFcbStructuresForAlignment(
13291332
VOID)
13301333
{
1331-
UNIMPLEMENTED;
1334+
PAGED_CODE();
13321335
}
13331336

13341337
#if DBG

0 commit comments

Comments
 (0)