Преглед изворни кода

* 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}