Sync with trunk head (part 1 of x)
[reactos.git] / drivers / usb / usbhub / createclose.c
index db66df4..e00c8be 100644 (file)
@@ -10,7 +10,7 @@
 #define NDEBUG
 #include "usbhub.h"
 
-NTSTATUS STDCALL
+NTSTATUS NTAPI
 UsbhubCreate(
        IN PDEVICE_OBJECT DeviceObject,
        IN PIRP Irp)
@@ -23,7 +23,7 @@ UsbhubCreate(
        return STATUS_SUCCESS;
 }
 
-NTSTATUS STDCALL
+NTSTATUS NTAPI
 UsbhubClose(
        IN PDEVICE_OBJECT DeviceObject,
        IN PIRP Irp)
@@ -36,7 +36,7 @@ UsbhubClose(
        return STATUS_SUCCESS;
 }
 
-NTSTATUS STDCALL
+NTSTATUS NTAPI
 UsbhubCleanup(
        IN PDEVICE_OBJECT DeviceObject,
        IN PIRP Irp)