mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 23:19:24 +02:00
* 64-bit related fix to overlapped structure (Mantis 13443)
git-svn-id: trunk@12994 -
This commit is contained in:
parent
039847b5c0
commit
c63a3723e1
@ -5028,8 +5028,8 @@ Const
|
||||
POUTLINETEXTMETRIC = ^OUTLINETEXTMETRIC;
|
||||
|
||||
OVERLAPPED = record
|
||||
Internal : DWORD;
|
||||
InternalHigh : DWORD;
|
||||
Internal : ULONG_PTR;
|
||||
InternalHigh : ULONG_PTR;
|
||||
Offset : DWORD;
|
||||
OffsetHigh : DWORD;
|
||||
hEvent : HANDLE;
|
||||
|
Loading…
Reference in New Issue
Block a user