mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 20:09:18 +02:00
* fixed exception_record for win64
git-svn-id: trunk@3306 -
This commit is contained in:
parent
d3ed764102
commit
374ab6cb18
@ -1775,7 +1775,7 @@
|
|||||||
ExceptionRecord : ^_EXCEPTION_RECORD;
|
ExceptionRecord : ^_EXCEPTION_RECORD;
|
||||||
ExceptionAddress : PVOID;
|
ExceptionAddress : PVOID;
|
||||||
NumberParameters : DWORD;
|
NumberParameters : DWORD;
|
||||||
ExceptionInformation : array[0..(EXCEPTION_MAXIMUM_PARAMETERS)-1] of DWORD;
|
ExceptionInformation : array[0..(EXCEPTION_MAXIMUM_PARAMETERS)-1] of ULONG_PTR;
|
||||||
end;
|
end;
|
||||||
PEXCEPTION_RECORD = ^EXCEPTION_RECORD;
|
PEXCEPTION_RECORD = ^EXCEPTION_RECORD;
|
||||||
_EXCEPTION_RECORD = EXCEPTION_RECORD;
|
_EXCEPTION_RECORD = EXCEPTION_RECORD;
|
||||||
|
Loading…
Reference in New Issue
Block a user