[REACTOS] Cleanup INIT and some PAGE section allocations
[reactos.git] / win32ss / gdi / eng / device.c
index 21f63f8..d350300 100644 (file)
@@ -20,7 +20,7 @@ static PGRAPHICS_DEVICE gpGraphicsDeviceLast = NULL;
 static HSEMAPHORE ghsemGraphicsDeviceList;
 static ULONG giDevNum = 1;
 
-INIT_FUNCTION
+CODE_SEG("INIT")
 NTSTATUS
 NTAPI
 InitDeviceImpl(VOID)