소스 검색

* cvar needs to be external.

git-svn-id: trunk@13267 -
marco 16 년 전
부모
커밋
c00204c1b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ide/fpmingw.pas

+ 1 - 1
ide/fpmingw.pas

@@ -34,7 +34,7 @@ uses gdbint; // force dependancies that hopefully make it execute at the right m
 Type
   TAtexitFunction = function(p:TCFUnction):longint cdecl;
 
-var _imp__atexit : TAtExitFunction; Cvar;  // "true" atexit in mingw libs.
+var _imp__atexit : TAtExitFunction; Cvar; external;  // "true" atexit in mingw libs.
 
 function atexit(p:TCFunction):longint;cdecl; [public, alias : '_atexit'];