mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[BEEPMIDI] Make DeviceInfo structure 64 bit compatible
Fixes winmm_winetest midi on x64
This commit is contained in:
parent
01f2426dcf
commit
26f541aa97
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ typedef struct _DeviceInfo
|
|||
HDRVR mme_handle;
|
||||
HANDLE kernel_device;
|
||||
|
||||
DWORD callback;
|
||||
DWORD_PTR callback;
|
||||
DWORD instance;
|
||||
DWORD flags;
|
||||
|
||||
|
|
Loading…
Reference in a new issue