mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 10:29:17 +02:00
* 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:
parent
54d3d736f5
commit
f7ac18f2a0
@ -998,7 +998,7 @@ Type
|
|||||||
lpData: PChar;
|
lpData: PChar;
|
||||||
dwBufferLength: DWORD;
|
dwBufferLength: DWORD;
|
||||||
dwBytesRecorded: DWORD;
|
dwBytesRecorded: DWORD;
|
||||||
dwUser: DWORD;
|
dwUser: DWORD_PTR;
|
||||||
dwFlags: DWORD;
|
dwFlags: DWORD;
|
||||||
dwLoops: DWORD;
|
dwLoops: DWORD;
|
||||||
lpNext: PWAVEHDR;
|
lpNext: PWAVEHDR;
|
||||||
@ -1242,12 +1242,12 @@ Type
|
|||||||
lpData: PChar;
|
lpData: PChar;
|
||||||
dwBufferLength: DWORD;
|
dwBufferLength: DWORD;
|
||||||
dwBytesRecorded: DWORD;
|
dwBytesRecorded: DWORD;
|
||||||
dwUser: DWORD;
|
dwUser: DWORD_PTR;
|
||||||
dwFlags: DWORD;
|
dwFlags: DWORD;
|
||||||
lpNext: PMIDIHDR;
|
lpNext: PMIDIHDR;
|
||||||
reserved: DWORD;
|
reserved: DWORD;
|
||||||
dwOffset: DWORD;
|
dwOffset: DWORD;
|
||||||
dwReserved: array [0..Pred(8)] Of DWORD;
|
dwReserved: array [0..Pred(8)] Of DWORD_PTR;
|
||||||
End;
|
End;
|
||||||
MIDIHDR = _midihdr;
|
MIDIHDR = _midihdr;
|
||||||
NPMIDIHDR = ^_midihdr;
|
NPMIDIHDR = ^_midihdr;
|
||||||
@ -1379,7 +1379,7 @@ Type
|
|||||||
dwSource: DWORD;
|
dwSource: DWORD;
|
||||||
dwLineID: DWORD;
|
dwLineID: DWORD;
|
||||||
fdwLine: DWORD;
|
fdwLine: DWORD;
|
||||||
dwUser: DWORD;
|
dwUser: DWORD_PTR;
|
||||||
dwComponentType: DWORD;
|
dwComponentType: DWORD;
|
||||||
cChannels: DWORD;
|
cChannels: DWORD;
|
||||||
cConnections: DWORD;
|
cConnections: DWORD;
|
||||||
@ -1404,7 +1404,7 @@ Type
|
|||||||
dwSource: DWORD;
|
dwSource: DWORD;
|
||||||
dwLineID: DWORD;
|
dwLineID: DWORD;
|
||||||
fdwLine: DWORD;
|
fdwLine: DWORD;
|
||||||
dwUser: DWORD;
|
dwUser: DWORD_PTR;
|
||||||
dwComponentType: DWORD;
|
dwComponentType: DWORD;
|
||||||
cChannels: DWORD;
|
cChannels: DWORD;
|
||||||
cConnections: DWORD;
|
cConnections: DWORD;
|
||||||
|
Loading…
Reference in New Issue
Block a user