* 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:
sergei 2013-01-09 16:08:00 +00:00
parent 359a228085
commit 113f7593be

View File

@ -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}