mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 04:49:19 +02:00
* fixed compilation without -dFPC_USE_WIN64_SEH after r23325
git-svn-id: trunk@23333 -
This commit is contained in:
parent
1ff0b31bf6
commit
9ca374c0c6
@ -79,6 +79,6 @@ type
|
|||||||
var
|
var
|
||||||
LibModuleList: PLibModule = nil;
|
LibModuleList: PLibModule = nil;
|
||||||
|
|
||||||
{$ifdef win64}
|
{$if defined(win64) and defined(FPC_USE_WIN64_SEH)}
|
||||||
procedure _fpc_local_unwind(frame,target: Pointer);compilerproc;
|
procedure _fpc_local_unwind(frame,target: Pointer);compilerproc;
|
||||||
{$endif}
|
{$endif}
|
||||||
|
Loading…
Reference in New Issue
Block a user