mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 12:30:42 +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;
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user