[GRASS-SVN] r43102 - grass/trunk/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Aug 14 13:57:08 EDT 2010
Author: mmetz
Date: 2010-08-14 17:57:08 +0000 (Sat, 14 Aug 2010)
New Revision: 43102
Modified:
grass/trunk/include/gisdefs.h
Log:
gisdefs.h: LFS for wingrass
Modified: grass/trunk/include/gisdefs.h
===================================================================
--- grass/trunk/include/gisdefs.h 2010-08-14 17:56:24 UTC (rev 43101)
+++ grass/trunk/include/gisdefs.h 2010-08-14 17:57:08 UTC (rev 43102)
@@ -31,6 +31,8 @@
/*============================== Prototypes ================================*/
+#include <grass/config.h>
+
#ifdef __GNUC__
# ifdef __MINGW32__
# include <malloc.h>
@@ -473,9 +475,8 @@
int G_is_absolute_path(const char *);
char *G_convert_dirseps_to_host(char *);
char *G_convert_dirseps_from_host(char *);
-struct stat;
-int G_lstat(const char *, struct stat *);
-int G_stat(const char *, struct stat *);
+int G_lstat(const char *, STRUCT_STAT *);
+int G_stat(const char *, STRUCT_STAT *);
/* percent.c */
void G_percent(long, long, int);
More information about the grass-commit
mailing list