[USBPORT] Fix 64 bit issues
[reactos.git] / drivers / usb / usbport / ioctl.c
index 7e29d3d..3b3aedb 100644 (file)
@@ -210,7 +210,7 @@ NTSTATUS
 NTAPI
 USBPORT_GetUnicodeName(IN PDEVICE_OBJECT FdoDevice,
                        IN PIRP Irp,
-                       IN PULONG Information)
+                       IN PULONG_PTR Information)
 {
     PUSB_HCD_DRIVERKEY_NAME DriverKey;
     PIO_STACK_LOCATION IoStack;