RE: [xml] XPath question w/ libxml2
- From: Bjorn Reese <breese mail1 stofanet dk>
- To: xml gnome org
- Subject: RE: [xml] XPath question w/ libxml2
- Date: 20 Apr 2004 20:53:06 +0200
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]