Skip to content

Commit 6c0b4ea

Browse files
committed
export mapcache_util_str_replace_all for Windows
1 parent 3a59bfd commit 6c0b4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mapcache.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@ MS_DLL_EXPORT char *mapcache_util_str_replace(apr_pool_t *pool, const char *stri
14421442
const char *replacement );
14431443
char *mapcache_util_dbl_replace(apr_pool_t *pool, const char *string, const char *substr,
14441444
double replacement );
1445-
char *mapcache_util_str_replace_all(apr_pool_t *pool, const char *string, const char *substr,
1445+
MS_DLL_EXPORT char *mapcache_util_str_replace_all(apr_pool_t *pool, const char *string, const char *substr,
14461446
const char *replacement );
14471447
char *mapcache_util_dbl_replace_all(apr_pool_t *pool, const char *string, const char *substr,
14481448
double replacement );

0 commit comments

Comments
 (0)