diff options
Diffstat (limited to 'pcreposix.h')
-rw-r--r-- | pcreposix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcreposix.h b/pcreposix.h index 40ed406..875e1ff 100644 --- a/pcreposix.h +++ b/pcreposix.h @@ -107,7 +107,7 @@ typedef struct { /* When an application links to a PCRE DLL in Windows, the symbols that are imported have to be identified as such. When building PCRE, the appropriate -export settings are needed, and are set in pcreposix.c before including this +export settings are needed, and are set in pcreposix.c before including this file. */ #if defined(_WIN32) && !defined(PCRE_STATIC) && !defined(PCREPOSIX_EXP_DECL) |