Skip to content

Commit

Permalink
use CellLyrClose instead of CellLayerClose ... also in aigridio.dll
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.osgeo.org/gdal/trunk@4312 f0d54148-0727-0410-94bb-9a71ac55c965
  • Loading branch information
warmerdam committed Feb 20, 2003
1 parent 86eb812 commit 1a56476
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frmts/aigrid/giodataset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
*****************************************************************************
*
* $Log$
* Revision 1.23 2003/02/20 15:54:26 warmerda
* use CellLyrClose instead of CellLayerClose ... also in aigridio.dll
*
* Revision 1.22 2003/02/13 19:24:12 warmerda
* Added support for using aigridio.dll instead of avgridio.dll if found.
* Apparently in ArcGIS 8, the DLL is called aigridio.dll.
Expand Down Expand Up @@ -177,7 +180,7 @@ static int LoadGridIOFunctions()
pfnPutWindowRow = (int (*)(int,int,float*))
CPLGetSymbol( pszDLL, "PutWindowRow" );
pfnCellLayerClose = (int (*)(int))
CPLGetSymbol( pszDLL, "CellLayerClose" );
CPLGetSymbol( pszDLL, "CellLyrClose" );
pfnGridDelete = (int (*)(char*))
CPLGetSymbol( pszDLL, "GridDelete" );
pfnGetMissingFloat = (void (*)(float *))
Expand Down

0 comments on commit 1a56476

Please sign in to comment.