[WIN32K]
[reactos.git] / reactos / subsystems / win32 / win32k / include / monitor.h
index 6c42828..04a9a3f 100644 (file)
@@ -32,7 +32,10 @@ typedef struct _MONITOR
 } MONITOR, *PMONITOR;
 
 /* functions */
-NTSTATUS InitMonitorImpl();
+INIT_FUNCTION
+NTSTATUS
+NTAPI
+InitMonitorImpl();
 NTSTATUS CleanupMonitorImpl();
 
 NTSTATUS IntAttachMonitor(PDEVOBJ *pGdiDevice, ULONG DisplayNumber);