[CMAKE]
[reactos.git] / subsystems / win32 / win32k / ntuser / hotkey.c
index adfc6a5..0b8a68e 100644 (file)
@@ -51,7 +51,9 @@ LIST_ENTRY gHotkeyList;
 
 /* FUNCTIONS *****************************************************************/
 
-NTSTATUS FASTCALL
+INIT_FUNCTION
+NTSTATUS
+NTAPI
 InitHotkeyImpl(VOID)
 {
    InitializeListHead(&gHotkeyList);