wdmaud: Make DeviceIndex a ULONG_PTR

svn path=/branches/ros-amd64-bringup/; revision=41502
This commit is contained in:
Timo Kreuzer
2009-06-21 02:23:48 +00:00
parent b0aae1ac7e
commit 6534c06742
@@ -26,7 +26,7 @@ typedef enum
typedef struct
{
SOUND_DEVICE_TYPE DeviceType;
ULONG DeviceIndex;
ULONG_PTR DeviceIndex;
HANDLE hDevice;
ULONG DeviceCount;