[REACTOS] Cleanup INIT and some PAGE section allocations
[reactos.git] / ntoskrnl / dbgk / dbgkobj.c
index d335ad2..8bc2235 100644 (file)
@@ -1492,7 +1492,7 @@ DbgkClearProcessDebugObject(IN PEPROCESS Process,
     return STATUS_SUCCESS;
 }
 
-INIT_FUNCTION
+CODE_SEG("INIT")
 VOID
 NTAPI
 DbgkInitialize(VOID)