[GRASS-SVN] r38569 - grass/branches/develbranch_6/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Aug 2 05:28:07 EDT 2009
Author: neteler
Date: 2009-08-02 05:28:07 -0400 (Sun, 02 Aug 2009)
New Revision: 38569
Modified:
grass/branches/develbranch_6/lib/gis/gdal.c
Log:
Juergen Fischer: osgeo4w fix
Modified: grass/branches/develbranch_6/lib/gis/gdal.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/gdal.c 2009-08-02 09:15:59 UTC (rev 38568)
+++ grass/branches/develbranch_6/lib/gis/gdal.c 2009-08-02 09:28:07 UTC (rev 38569)
@@ -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