| 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 |
| 61 |
|
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 |
| 63 |
|
does so after it has set PCRE_EXP_DECL to "export" if it is not already set. */ |
| 64 |
|
|
| 65 |
|
#include "pcre.h" |
| 66 |
#include "pcre_internal.h" |
#include "pcre_internal.h" |
| 67 |
#include "pcreposix.h" |
#include "pcreposix.h" |
| 68 |
|
|