From 765b484a8ea8410faa15130c965d56b81eff29d6 Mon Sep 17 00:00:00 2001 From: ph10 Date: Wed, 4 Apr 2007 14:06:52 +0000 Subject: Reworked all the WIN32 __declspec stuff in the hope of getting it right. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@145 2f5784b3-3f2a-0410-8824-cb99058d5e15 --- pcre_refcount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcre_refcount.c') diff --git a/pcre_refcount.c b/pcre_refcount.c index 40912a8..8339019 100644 --- a/pcre_refcount.c +++ b/pcre_refcount.c @@ -63,7 +63,7 @@ Returns: the (possibly updated) count value (a non-negative number), or a negative error number */ -PCRE_DATA_SCOPE int +PCRE_EXP_DEFN int pcre_refcount(pcre *argument_re, int adjust) { real_pcre *re = (real_pcre *)argument_re; -- cgit v1.2.1