mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 17:50:19 +02:00
* FPC_USE_WIN64_SEH is only defined if target is Win64, so another check for win64 is redundant.
git-svn-id: trunk@23353 -
This commit is contained in:
parent
359a228085
commit
113f7593be
@ -79,6 +79,6 @@ type
|
||||
var
|
||||
LibModuleList: PLibModule = nil;
|
||||
|
||||
{$if defined(win64) and defined(FPC_USE_WIN64_SEH)}
|
||||
{$ifdef FPC_USE_WIN64_SEH}
|
||||
procedure _fpc_local_unwind(frame,target: Pointer);compilerproc;
|
||||
{$endif}
|
||||
{$endif FPC_USE_WIN64_SEH}
|
||||
|
Loading…
Reference in New Issue
Block a user