[REACTOS] Cleanup INIT and some PAGE section allocations
[reactos.git] / drivers / filesystems / fastfat / fastio.c
index 428fdbb..5f1ab23 100644 (file)
@@ -753,7 +753,7 @@ VfatReleaseFromLazyWrite(
     ExReleaseResourceLite(&(Fcb->MainResource));
 }
 
-INIT_FUNCTION
+CODE_SEG("INIT")
 VOID
 VfatInitFastIoRoutines(
     PFAST_IO_DISPATCH FastIoDispatch)