diff --git a/shptree.c b/shptree.c index 7d636fd..07f75f2 100644 --- a/shptree.c +++ b/shptree.c @@ -954,8 +954,9 @@ int SHPAPI_CALL1(*) SHPSearchDiskTree(FILE *fp, double *padfBoundsMin, /* SHPSearchDiskTreeEx() */ /************************************************************************/ -int *SHPSearchDiskTreeEx(SHPTreeDiskHandle hDiskTree, double *padfBoundsMin, - double *padfBoundsMax, int *pnShapeCount) +int SHPAPI_CALL1(*) + SHPSearchDiskTreeEx(SHPTreeDiskHandle hDiskTree, double *padfBoundsMin, + double *padfBoundsMax, int *pnShapeCount) { int nBufferMax = 0;