Re: [xml] XPath question w/ libxml2



On Tue, Apr 20, 2004 at 08:53:06PM +0200, Bjorn Reese wrote:
On Mon, 2004-04-19 at 18:35, Mark_Vakoc peoplesoft com wrote:

#if _MSC_VER == 1200

Only nit-picking again but this ought to be as follows, to compile
nicely on non-MSC compilers:

#if defined(_MSC_VER) && (_MSC_VER == 1200)

  Okay, I updated xpath.c in CVS with this !

   thanks,

Daniel

-- 
Daniel Veillard      | Red Hat Desktop team http://redhat.com/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]