소스 검색

* fixed declaration of NullHandle

git-svn-id: trunk@1926 -
florian 20 년 전
부모
커밋
d473e9873d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/unix/dynlibs.inc

+ 1 - 1
rtl/unix/dynlibs.inc

@@ -24,7 +24,7 @@ Type
   TLibHandle = PtrInt;
 
 Const
-  NilHandle : TLibHandle = 0;
+  NilHandle = TLibHandle(0);
 
 {$else}