Merge pull request #1026 from zosrothko/Cygwin

Fixes for producing the poco-1.6.2 release on a Cygwin x86 platform
This commit is contained in:
Günter Obiltschnig
2016-02-28 15:29:08 +01:00
32 changed files with 337 additions and 165 deletions

View File

@@ -27,17 +27,19 @@
#include <vector>
#if defined(POCO_UNBUNDLED)
#include <pcre.h>
#else
//
// Copy these definitions from pcre.h
// to avoid pulling in the entire header file
//
extern "C"
{
struct real_pcre8_or_16; /* declaration; the definition is private */
typedef struct real_pcre8_or_16 pcre;
struct pcre_extra;
}
#endif
namespace Poco {