summaryrefslogtreecommitdiff
path: root/NON-UNIX-USE
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-05-26 10:54:18 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-05-26 10:54:18 +0000
commite3bbf4d5557a48d58e16c3e56a41a7e6b32d9f7f (patch)
tree4925119ed7f3da308ba2937d2f51e06f9c73d11e /NON-UNIX-USE
parentdf1a2d5f988d4b9edef6a4ea639e26c251b1a713 (diff)
downloadpcre-e3bbf4d5557a48d58e16c3e56a41a7e6b32d9f7f.tar.gz
Forgot to mention pcrecpp.h in previous fix.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@526 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'NON-UNIX-USE')
-rw-r--r--NON-UNIX-USE8
1 files changed, 4 insertions, 4 deletions
diff --git a/NON-UNIX-USE b/NON-UNIX-USE
index 69668cb..d4f0591 100644
--- a/NON-UNIX-USE
+++ b/NON-UNIX-USE
@@ -188,9 +188,9 @@ significantly slower when this is done. There is more about stack usage in the
LINKING PROGRAMS IN WINDOWS ENVIRONMENTS
If you want to statically link a program against a PCRE library in the form of
-a non-dll .a file, you must define PCRE_STATIC before including pcre.h,
-otherwise the pcre_malloc() and pcre_free() exported functions will be declared
-__declspec(dllimport), with unwanted results.
+a non-dll .a file, you must define PCRE_STATIC before including pcre.h or
+pcrecpp.h, otherwise the pcre_malloc() and pcre_free() exported functions will
+be declared __declspec(dllimport), with unwanted results.
CALLING CONVENTIONS IN WINDOWS ENVIRONMENTS
@@ -497,5 +497,5 @@ build.log file in the root of the package also.
=========================
-Last Updated: 19 January 2010
+Last Updated: 26 May 2010
****