[GRASS-SVN] r38572 - grass/branches/releasebranch_6_4/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Aug 2 06:17:23 EDT 2009
Author: neteler
Date: 2009-08-02 06:17:23 -0400 (Sun, 02 Aug 2009)
New Revision: 38572
Modified:
grass/branches/releasebranch_6_4/lib/gis/gdal.c
Log:
Juergen Fischer: osgeo4w fix
Modified: grass/branches/releasebranch_6_4/lib/gis/gdal.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/gdal.c 2009-08-02 10:03:11 UTC (rev 38571)
+++ grass/branches/releasebranch_6_4/lib/gis/gdal.c 2009-08-02 10:17:23 UTC (rev 38572)
@@ -19,6 +19,8 @@
# ifdef _WIN32
# include <windows.h>
# endif
+# undef CPL_STDCALL
+# define CPL_STDCALL
#endif
static void CPL_STDCALL (*pGDALAllRegister)(void);
@@ -77,6 +79,8 @@
"libgdal.so",
# endif
# ifdef _WIN32
+ "gdal16.dll",
+ "gdal15.dll",
"gdal11.dll",
"gdal.1.0.dll",
"gdal.dll",
More information about the grass-commit
mailing list