42 |
functions. */ |
functions. */ |
43 |
|
|
44 |
|
|
45 |
|
#ifdef HAVE_CONFIG_H |
46 |
|
#include <config.h> |
47 |
|
#endif |
48 |
|
|
49 |
|
|
50 |
|
/* Ensure that the PCREPOSIX_EXP_xxx macros are set appropriately for |
51 |
|
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 |
53 |
|
previously been set. */ |
54 |
|
|
55 |
|
#if defined(_WIN32) && !defined(PCRE_STATIC) |
56 |
|
# define PCREPOSIX_EXP_DECL extern __declspec(dllexport) |
57 |
|
# define PCREPOSIX_EXP_DEFN __declspec(dllexport) |
58 |
|
#endif |
59 |
|
|
60 |
#include "pcre_internal.h" |
#include "pcre_internal.h" |
61 |
#include "pcreposix.h" |
#include "pcreposix.h" |
|
#include "stdlib.h" |
|
62 |
|
|
63 |
|
|
64 |
|
|