[libxml2] fix windows build. ifdef addition from bug 666491 makes no sense
- From: Rob Richards <rrichard src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxml2] fix windows build. ifdef addition from bug 666491 makes no sense
- Date: Wed, 9 May 2012 16:43:51 +0000 (UTC)
commit aa0be5f2690ae0c6d9eb31ca9248faa0d7860f45
Author: Rob Richards <rrichards cdatazone org>
Date: Wed May 9 12:42:51 2012 -0400
fix windows build.
ifdef addition from bug 666491 makes no sense
dict.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/dict.c b/dict.c
index 223fc5d..ae4966b 100644
--- a/dict.c
+++ b/dict.c
@@ -46,13 +46,11 @@
#include <stdint.h>
#else
#ifdef HAVE_INTTYPES_H
-#ifdef HAVE_STDINT_H
#include <inttypes.h>
#elif defined(WIN32)
typedef unsigned __int32 uint32_t;
#endif
#endif
-#endif
#include <libxml/tree.h>
#include <libxml/dict.h>
#include <libxml/xmlmemory.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]