[RDBSS] Implement RxCheckFcbStructuresForAlignment()
[reactos.git] / sdk / lib / drivers / rdbsslib / rdbss.c
index 154c63a..44467fe 100644 (file)
@@ -1323,12 +1323,15 @@ RxCanonicalizeNameAndObtainNetRoot(
     return Status;
 }
 
+/*
+ * @implemented
+ */
 VOID
 NTAPI
 RxCheckFcbStructuresForAlignment(
     VOID)
 {
-    UNIMPLEMENTED;
+    PAGED_CODE();
 }
 
 #if DBG