| 57 |
# define PCREPOSIX_EXP_DEFN __declspec(dllexport) |
# define PCREPOSIX_EXP_DEFN __declspec(dllexport) |
| 58 |
#endif |
#endif |
| 59 |
|
|
| 60 |
/* We include pcre.h before pcre_internal.h so that the PCRE library functions |
/* We include pcre.h before pcre_internal.h so that the PCRE library functions |
| 61 |
are declared as "import" for Windows by defining PCRE_EXP_DECL as "import". |
are declared as "import" for Windows by defining PCRE_EXP_DECL as "import". |
| 62 |
This is needed even though pcre_internal.h itself includes pcre.h, because it |
This is needed even though pcre_internal.h itself includes pcre.h, because it |
| 63 |
does so after it has set PCRE_EXP_DECL to "export" if it is not already set. */ |
does so after it has set PCRE_EXP_DECL to "export" if it is not already set. */ |
| 64 |
|
|
| 65 |
#include "pcre.h" |
#include "pcre.h" |