Author: sginsberg Date: Sat Oct 25 17:48:28 2008 New Revision: 36971
URL: http://svn.reactos.org/svn/reactos?rev=36971&view=rev Log: - Don't typedef ULONG_PTR to a 32-bit value
Modified: branches/ros-amd64-bringup/reactos/drivers/usb/nt4compat/usbdriver/usb.h
Modified: branches/ros-amd64-bringup/reactos/drivers/usb/nt4compat/usbdriver/usb.h URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/driver... ============================================================================== --- branches/ros-amd64-bringup/reactos/drivers/usb/nt4compat/usbdriver/usb.h [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/drivers/usb/nt4compat/usbdriver/usb.h [iso-8859-1] Sat Oct 25 17:48:28 2008 @@ -3,8 +3,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 */