diff options
Diffstat (limited to 'pcre-7.4/pcre.h')
-rw-r--r-- | pcre-7.4/pcre.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pcre-7.4/pcre.h b/pcre-7.4/pcre.h index ecc0f8db323..098ae6d5739 100644 --- a/pcre-7.4/pcre.h +++ b/pcre-7.4/pcre.h @@ -52,6 +52,7 @@ export setting is defined in pcre_internal.h, which includes this file. So we don't change existing definitions of PCRE_EXP_DECL and PCRECPP_EXP_DECL. */ #if defined(_WIN32) && !defined(PCRE_STATIC) +#error why are we here? # ifndef PCRE_EXP_DECL # define PCRE_EXP_DECL extern __declspec(dllimport) # endif |