fix windows build of grass fake library

This commit is contained in:
Juergen E. Fischer 2013-07-16 02:33:05 +02:00
parent 0e7b60e25e
commit ab6a232c4f

View File

@ -438,6 +438,7 @@ SET ( PROTOTYPES "// Auto generated by cmake, do not edit\n" )
LIST ( APPEND PROTOTYPES "#define GRASS_GISDEFS_H\n" )
LIST ( APPEND PROTOTYPES "extern \"C\"\n" )
LIST ( APPEND PROTOTYPES "{\n" )
LIST ( APPEND PROTOTYPES "#include <sys/types.h>\n" )
LIST ( APPEND PROTOTYPES "#include <grass/gis.h>\n" )
#LIST ( APPEND PROTOTYPES "int GRASS_LIB_EXPORT G_set_error_routine(int (*)(const char *, int))\;\n" )