- Support INIT section pragmas for msvc. Patch by Brezenbak.
[reactos.git] / reactos / ntoskrnl / ps / job.c
index d54eea1..e32be74 100644 (file)
 #include <ntoskrnl.h>
 #include <internal/debug.h>
 
+#if defined (ALLOC_PRAGMA)
+#pragma alloc_text(INIT, PsInitJobManagment)
+#endif
+
+
+
 /* GLOBALS *******************************************************************/
 
 POBJECT_TYPE PsJobType = NULL;