- split logoff and shutdown resources
[reactos.git] / reactos / ntoskrnl / fs / util.c
index 3eaa7ca..cdde522 100644 (file)
 /* GLOBALS *******************************************************************/
 
 BOOLEAN STDCALL MmIsFileAPagingFile(PFILE_OBJECT FileObject);
+VOID STDCALL INIT_FUNCTION RtlpInitializeResources(VOID);
 static ULONG FsRtlpAllocatedResources = 0;
 static PERESOURCE FsRtlpResources;
 
+#if defined (ALLOC_PRAGMA)
+#pragma alloc_text(INIT, RtlpInitializeResources)
+#endif
+
 /* PRIVATE FUNCTIONS**********************************************************/
 
 VOID