Re: [PATCHES] XML support in MSVC build

2006-12-29 Thread Tom Lane
Magnus Hagander <[EMAIL PROTECTED]> writes: > Attached patch adds support for the recent XML-in-backend stuff to the > MSVC build. Most config stuff was already present for contrib/xml2, but > needed to add the includes and defines to the backend build as well. Applied, thanks.

[PATCHES] XML support in MSVC build

2006-12-29 Thread Magnus Hagander
Attached patch adds support for the recent XML-in-backend stuff to the MSVC build. Most config stuff was already present for contrib/xml2, but needed to add the includes and defines to the backend build as well. //Magnus Index: src/tools/msvc/Solution.pm ==