| 44 |
// We need this to compile the proper dll on windows/msys. This is copied |
// We need this to compile the proper dll on windows/msys. This is copied |
| 45 |
// from pcre_internal.h. It would probably be better just to include that. |
// from pcre_internal.h. It would probably be better just to include that. |
| 46 |
#define PCRE_DEFINITION /* Win32 __declspec(export) trigger for .dll */ |
#define PCRE_DEFINITION /* Win32 __declspec(export) trigger for .dll */ |
| 47 |
#include "pcre.h" |
#include <pcre.h> |
| 48 |
#include "pcre_stringpiece.h" |
#include "pcre_stringpiece.h" |
| 49 |
#include "pcrecpp.h" |
#include "pcrecpp.h" |
| 50 |
|
|