Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Fix CAPI export symbol for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Jun 29, 2020
1 parent 8f383de commit 1327a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/capi/sfcgal_c.h
Original file line number Diff line number Diff line change
Expand Up @@ -492,13 +492,13 @@ SFCGAL_API void sfcgal_solid_add_interior_shell( sfcgal_geo
/**
* Gets the validity flag of the geometry.
*/
int sfcgal_geometry_has_validity_flag( const sfcgal_geometry_t* geom );
SFCGAL_API int sfcgal_geometry_has_validity_flag( const sfcgal_geometry_t* geom );

/**
* Sets the validity flag of the geometry.
* FIXME We better have geometry constructors to directly build valid geometries
*/
void sfcgal_geometry_force_valid( sfcgal_geometry_t* geom, int valid );
SFCGAL_API void sfcgal_geometry_force_valid( sfcgal_geometry_t* geom, int valid );

/*--------------------------------------------------------------------------------------*
*
Expand Down

0 comments on commit 1327a8e

Please # to comment.