summaryrefslogtreecommitdiff
path: root/config.hw.in
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2007-08-10 14:39:26 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2007-08-10 14:39:26 +0000
commitbb429617ae1932bef92d194c4a33d4a69a2b5b1e (patch)
tree4c9c28fe059734e453fe10efed5fd52b44ac1803 /config.hw.in
parent2afebc2b639e5819c16fc0c02c28243c61d686fd (diff)
downloadneon-bb429617ae1932bef92d194c4a33d4a69a2b5b1e.tar.gz
* config.hw.in: Fix ne_xml.c build on Win32.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1221 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'config.hw.in')
-rw-r--r--config.hw.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.hw.in b/config.hw.in
index ade4a38..b486918 100644
--- a/config.hw.in
+++ b/config.hw.in
@@ -47,6 +47,10 @@
#define NE_FMT_OFF_T "ld"
#define NE_FMT_NE_OFF_T NE_FMT_OFF_T
+#ifndef NE_FMT_XML_SIZE
+#define NE_FMT_XML_SIZE "d"
+#endif
+
/* needs adjusting for Win64... */
#define SIZEOF_INT 4
#define SIZEOF_LONG 4