Ver código fonte

* fixed declaration of NullHandle

git-svn-id: trunk@1926 -
florian 19 anos atrás
pai
commit
d473e9873d
1 arquivos alterados com 1 adições e 1 exclusões
  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}