summaryrefslogtreecommitdiff
path: root/pcrecpparg.h.in
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-07-31 14:39:09 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-07-31 14:39:09 +0000
commite188596ef3e912f62e3ae85c8da905a54fc41d8b (patch)
treeebd384645bf62c640a04fe0308bcbac05e8087e0 /pcrecpparg.h.in
parent235d0eb42c6281f0d8a1863f866c4d2722f0cdcf (diff)
downloadpcre-e188596ef3e912f62e3ae85c8da905a54fc41d8b.tar.gz
Daniel's patch for config.h and Windows DLL declarations (not fully working).
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@199 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcrecpparg.h.in')
-rw-r--r--pcrecpparg.h.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/pcrecpparg.h.in b/pcrecpparg.h.in
index 3e866cf..83cc44b 100644
--- a/pcrecpparg.h.in
+++ b/pcrecpparg.h.in
@@ -35,6 +35,8 @@
#include <stdlib.h> // for NULL
#include <string>
+#include <pcre.h>
+
namespace pcrecpp {
class StringPiece;
@@ -51,7 +53,7 @@ class _RE_MatchObject {
}
};
-class Arg {
+class PCRECPP_EXP_DEFN Arg {
public:
// Empty constructor so we can declare arrays of Arg
Arg();