Browse Source

* Fixed compilation

git-svn-id: trunk@23020 -
michael 12 years ago
parent
commit
b1a6601ef6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/ibase/src/ibase60.inc

+ 2 - 2
packages/ibase/src/ibase60.inc

@@ -2504,7 +2504,7 @@ begin
     if (LibHandle=nilhandle) then
       Exit;
     inc(RefCount);
-    IBaseLoadedLibrary:=LibraryName;
+    LoadedLibrary:=LibraryName;
     pointer(isc_attach_database) := GetProcedureAddress(IBaseLibraryHandle,'isc_attach_database');
     pointer(isc_array_gen_sdl) := GetProcedureAddress(IBaseLibraryHandle,'isc_array_gen_sdl');
     pointer(isc_array_get_slice) := GetProcedureAddress(IBaseLibraryHandle,'isc_array_get_slice');
@@ -2726,7 +2726,7 @@ begin
     begin
     Dec(RefCount);
     LibHandle := NilHandle;
-    IBaseLoadedLibrary:='';
+    LoadedLibrary:='';
     end;
 end;