[REACTOS] Cleanup INIT and some PAGE section allocations
[reactos.git] / win32ss / user / ntuser / timer.c
index 9a7789d..3ae4dea 100644 (file)
@@ -588,7 +588,7 @@ IntKillTimer(PWND Window, UINT_PTR IDEvent, BOOL SystemTimer)
    return pTmr ? TRUE :  FALSE;
 }
 
-INIT_FUNCTION
+CODE_SEG("INIT")
 NTSTATUS
 NTAPI
 InitTimerImpl(VOID)