mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
wdmaud: Make DeviceIndex a ULONG_PTR
svn path=/branches/ros-amd64-bringup/; revision=41502
This commit is contained in:
@@ -26,7 +26,7 @@ typedef enum
|
||||
typedef struct
|
||||
{
|
||||
SOUND_DEVICE_TYPE DeviceType;
|
||||
ULONG DeviceIndex;
|
||||
ULONG_PTR DeviceIndex;
|
||||
|
||||
HANDLE hDevice;
|
||||
ULONG DeviceCount;
|
||||
|
||||
Reference in New Issue
Block a user