瀏覽代碼

* fixed compilation without -dFPC_USE_WIN64_SEH after r23325

git-svn-id: trunk@23333 -
Jonas Maebe 12 年之前
父節點
當前提交
9ca374c0c6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/win/sysosh.inc

+ 1 - 1
rtl/win/sysosh.inc

@@ -79,6 +79,6 @@ type
 var
   LibModuleList: PLibModule = nil;
 
-{$ifdef win64}
+{$if defined(win64) and defined(FPC_USE_WIN64_SEH)}
 procedure _fpc_local_unwind(frame,target: Pointer);compilerproc;
 {$endif}