RE: [xml] XPath question w/ libxml2



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)





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