mirror of
https://github.com/reactos/wine.git
synced 2025-01-22 03:49:02 +00:00
winecoreaudio: Fix variable types so pointer is not truncated on 64bit.
This commit is contained in:
parent
72452b1015
commit
d05757d29a
@ -225,10 +225,10 @@ LONG CoreAudio_MIDIRelease(void)
|
||||
*/
|
||||
static void MIDI_NotifyClient(UINT wDevID, WORD wMsg, DWORD_PTR dwParam1, DWORD_PTR dwParam2)
|
||||
{
|
||||
DWORD dwCallBack;
|
||||
DWORD_PTR dwCallBack;
|
||||
UINT uFlags;
|
||||
HANDLE hDev;
|
||||
DWORD dwInstance;
|
||||
DWORD_PTR dwInstance;
|
||||
|
||||
TRACE("wDevID=%d wMsg=%d dwParm1=%04lX dwParam2=%04lX\n", wDevID, wMsg, dwParam1, dwParam2);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user