mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[BEEPMIDI] Make DeviceInfo structure 64 bit compatible
Fixes winmm_winetest midi on x64
This commit is contained in:
@@ -83,7 +83,7 @@ typedef struct _DeviceInfo
|
||||
HDRVR mme_handle;
|
||||
HANDLE kernel_device;
|
||||
|
||||
DWORD callback;
|
||||
DWORD_PTR callback;
|
||||
DWORD instance;
|
||||
DWORD flags;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user