Browse Source

* fixed compilation without -dFPC_USE_WIN64_SEH after r23325

git-svn-id: trunk@23333 -
Jonas Maebe 12 years ago
parent
commit
9ca374c0c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/win/sysosh.inc

+ 1 - 1
rtl/win/sysosh.inc

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