git-svn-id: trunk@23353 -
@@ -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}