Commit d57ab268 authored by Alexandre Julliard's avatar Alexandre Julliard

winecfg: Fix pointer truncation in audio setup.

parent 77a994db
......@@ -51,7 +51,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(winecfg);
#define DEVICE_MASK 0x40000000
#define MAX_NAME_LENGTH 64
typedef DWORD (WINAPI * MessagePtr)(UINT, UINT, DWORD, DWORD, DWORD);
typedef DWORD (WINAPI * MessagePtr)(UINT, UINT, DWORD_PTR, DWORD_PTR, DWORD_PTR);
static struct DSOUNDACCEL
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment