Browse Source

* fixed declaration of NullHandle

git-svn-id: trunk@1926 -
florian 19 years ago
parent
commit
d473e9873d
1 changed files with 1 additions and 1 deletions
  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}