mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.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:
parent
58154712e8
commit
cb1a603c21
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
description "OLEDB interface";
|
||||
description "OLEDB interface\377";
|
||||
|
||||
uses
|
||||
Ole,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue