From 02a9619cec7f7c8294caef0cb03dea96fdb1da79 Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Sat, 25 Oct 2008 22:48:28 +0000 Subject: [PATCH] - Don't typedef ULONG_PTR to a 32-bit value svn path=/branches/ros-amd64-bringup/; revision=36971 --- reactos/drivers/usb/nt4compat/usbdriver/usb.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/reactos/drivers/usb/nt4compat/usbdriver/usb.h b/reactos/drivers/usb/nt4compat/usbdriver/usb.h index a9bc705a470..4036d8656c0 100644 --- a/reactos/drivers/usb/nt4compat/usbdriver/usb.h +++ b/reactos/drivers/usb/nt4compat/usbdriver/usb.h @@ -4,8 +4,6 @@ * Some USB bandwidth allocation constants. */ -typedef unsigned long ULONG_PTR, *PULONG_PTR; - #define USB2_HOST_DELAY 5 /* nsec, guess */ #define BW_HOST_DELAY 1000L /* nanoseconds */ #define BW_HUB_LS_SETUP 333L /* nanoseconds */