ソースを参照

* fixed declaration of NullHandle

git-svn-id: trunk@1926 -
florian 19 年 前
コミット
d473e9873d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      rtl/unix/dynlibs.inc

+ 1 - 1
rtl/unix/dynlibs.inc

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