* a few dword->dword_ptr fixes. I only fixed a few that sb in a forum stumbled on, I didn't do a full audit.

git-svn-id: trunk@22504 -
This commit is contained in:
marco 2012-09-30 10:32:32 +00:00
parent 54d3d736f5
commit f7ac18f2a0

View File

@ -998,7 +998,7 @@ Type
lpData: PChar;
dwBufferLength: DWORD;
dwBytesRecorded: DWORD;
dwUser: DWORD;
dwUser: DWORD_PTR;
dwFlags: DWORD;
dwLoops: DWORD;
lpNext: PWAVEHDR;
@ -1242,12 +1242,12 @@ Type
lpData: PChar;
dwBufferLength: DWORD;
dwBytesRecorded: DWORD;
dwUser: DWORD;
dwUser: DWORD_PTR;
dwFlags: DWORD;
lpNext: PMIDIHDR;
reserved: DWORD;
dwOffset: DWORD;
dwReserved: array [0..Pred(8)] Of DWORD;
dwReserved: array [0..Pred(8)] Of DWORD_PTR;
End;
MIDIHDR = _midihdr;
NPMIDIHDR = ^_midihdr;
@ -1379,7 +1379,7 @@ Type
dwSource: DWORD;
dwLineID: DWORD;
fdwLine: DWORD;
dwUser: DWORD;
dwUser: DWORD_PTR;
dwComponentType: DWORD;
cChannels: DWORD;
cConnections: DWORD;
@ -1404,7 +1404,7 @@ Type
dwSource: DWORD;
dwLineID: DWORD;
fdwLine: DWORD;
dwUser: DWORD;
dwUser: DWORD_PTR;
dwComponentType: DWORD;
cChannels: DWORD;
cConnections: DWORD;