From cb1a603c21a5feaa79fb2fba28121d628598a5bf Mon Sep 17 00:00:00 2001 From: rylek Date: Tue, 27 Sep 2011 00:11:18 +0000 Subject: [PATCH] .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 --- uppsrc/OleDB/OleDB.upp | 2 +- uppsrc/plugin/pcre/lib/config.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/uppsrc/OleDB/OleDB.upp b/uppsrc/OleDB/OleDB.upp index 50d361898..f74a87afa 100644 --- a/uppsrc/OleDB/OleDB.upp +++ b/uppsrc/OleDB/OleDB.upp @@ -1,4 +1,4 @@ -description "OLEDB interface"; +description "OLEDB interface\377"; uses Ole, diff --git a/uppsrc/plugin/pcre/lib/config.h b/uppsrc/plugin/pcre/lib/config.h index 460c783ba..c1f9fd24f 100644 --- a/uppsrc/plugin/pcre/lib/config.h +++ b/uppsrc/plugin/pcre/lib/config.h @@ -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