42 |
functions. */ |
functions. */ |
43 |
|
|
44 |
|
|
45 |
#ifdef HAVE_CONFIG_H |
#ifdef HAVE_CONFIG_H |
46 |
#include <config.h> |
#include <config.h> |
47 |
#endif |
#endif |
48 |
|
|
49 |
|
|
50 |
/* Ensure that the PCREPOSIX_EXP_xxx macros are set appropriately for |
/* Ensure that the PCREPOSIX_EXP_xxx macros are set appropriately for |
51 |
compiling these functions. This must come before including pcreposix.h, where |
compiling these functions. This must come before including pcreposix.h, where |
52 |
they are set for an application (using these functions) if they have not |
they are set for an application (using these functions) if they have not |
53 |
previously been set. */ |
previously been set. */ |
57 |
# define PCREPOSIX_EXP_DEFN __declspec(dllexport) |
# define PCREPOSIX_EXP_DEFN __declspec(dllexport) |
58 |
#endif |
#endif |
59 |
|
|
60 |
|
#include <pcre.h> |
61 |
#include "pcre_internal.h" |
#include "pcre_internal.h" |
62 |
#include "pcreposix.h" |
#include "pcreposix.h" |
63 |
|
|