Re: [xml] xmlXPathNodeSetSort performance
- From: Rob Richards <rrichards cdatazone org>
- To: veillard redhat com
- Cc: "xml gnome org" <xml gnome org>
- Subject: Re: [xml] xmlXPathNodeSetSort performance
- Date: Mon, 27 Aug 2012 12:46:16 -0400
Done
Rob
On 8/27/12 11:34 AM, Daniel Veillard wrote:
On Mon, Aug 27, 2012 at 05:06:04AM -0400, Rob Richards wrote:
This broke the win build (VS 2008 and below) as it doesn't contain stdint.h
Outside on windows I don't have a system without stdint.h so can't
completely test this change but assume it should be changes as
follows (for consistency using same WIN32 define from dict.c):
#ifdef HAVE_STDINT_H
#include <stdint.h>
#else
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#elif defined(WIN32)
typedef __int64 int64_t;
typedef unsigned __int64 uint64_t;
#endif
#endif
The windows defs do at least fix the win build
Okay, please push, or you want me to do it ?
Daniel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]