Просмотр исходного кода

* fixed declaration of NullHandle

git-svn-id: trunk@1926 -
florian 20 лет назад
Родитель
Сommit
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}