summaryrefslogtreecommitdiff
path: root/NON-UNIX-USE
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-08-25 18:28:05 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-08-25 18:28:05 +0000
commitd68f7d9fa6a81170dd9b1b5e8871d32b8a3a726c (patch)
treec3586277f92c23d03d7311691ded336574be3e32 /NON-UNIX-USE
parenta8a7a4c76ffd3885762e37880b5363e374831501 (diff)
downloadpcre-d68f7d9fa6a81170dd9b1b5e8871d32b8a3a726c.tar.gz
Source tidies for 7.8-RC1
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@371 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'NON-UNIX-USE')
-rw-r--r--NON-UNIX-USE12
1 files changed, 6 insertions, 6 deletions
diff --git a/NON-UNIX-USE b/NON-UNIX-USE
index ea3931f..fb47fb1 100644
--- a/NON-UNIX-USE
+++ b/NON-UNIX-USE
@@ -192,12 +192,12 @@ __declspec(dllimport), with unwanted results.
CALLING CONVENTIONS IN WINDOWS ENVIRONMENTS
-It is possible to compile programs to use different calling conventions using
-MSVC. Search the web for "calling conventions" for more information. To make it
-easier to change the calling convention for the exported functions in the
-PCRE library, the macro PCRE_CALL_CONVENTION is present in all the external
-definitions. It can be set externally when compiling (e.g. in CFLAGS). If it is
-not set, it defaults to empty; the default calling convention is then used
+It is possible to compile programs to use different calling conventions using
+MSVC. Search the web for "calling conventions" for more information. To make it
+easier to change the calling convention for the exported functions in the
+PCRE library, the macro PCRE_CALL_CONVENTION is present in all the external
+definitions. It can be set externally when compiling (e.g. in CFLAGS). If it is
+not set, it defaults to empty; the default calling convention is then used
(which is what is wanted most of the time).