.plugin/pcre: PCRE_STATIC #define'd to suppress declspec(dllimport)'s being generated as they confuse MSC integrated debugger

git-svn-id: svn://ultimatepp.org/upp/trunk@3919 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
rylek 2011-09-27 00:11:18 +00:00
parent 58154712e8
commit cb1a603c21
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
description "OLEDB interface";
description "OLEDB interface\377";
uses
Ole,

View file

@ -275,6 +275,7 @@ them both to 0; an emulation function will be used. */
/* Define if linking statically (TODO: make nice with Libtool) */
/* #undef PCRE_STATIC */
#define PCRE_STATIC
/* When calling PCRE via the POSIX interface, additional working storage is
required for holding the pointers to capturing substrings because PCRE