projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d2263d
)
Dont define HAVE_WCHAR_H since wchar_t is a 16-bit int rather than a 32-bit
author
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 10 Oct 2004 21:48:18 +0000
(21:48 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 10 Oct 2004 21:48:18 +0000
(21:48 +0000)
int. So wchar_t can't represent the whole UNICODE anyway.
win/makefile
patch
|
blob
|
history
diff --git
a/win/makefile
b/win/makefile
index
397c4bf
..
79c80fd
100644
(file)
--- a/
win/makefile
+++ b/
win/makefile
@@
-1,6
+1,6
@@
# Copyright (C) 1994-2004, Index Data
# All rights reserved.
-# $Id: makefile,v 1.85 2004-08-19 07:48:00 adam Exp $
+# $Id: makefile,v 1.86 2004-10-10 21:48:18 adam Exp $
#
# Programmed by
# HL: Heikki Levanto, Index Data
@@
-172,7
+172,6
@@
COMMON_C_OPTIONS= \
$(LIBXML2_DEF) \
/D "_WINDOWS" \
/D "WIN32" \
- /D "HAVE_WCHAR_H=1" \
/FR"$(OBJDIR)\\" \
/Fo"$(OBJDIR)\\" \
/Fd"$(OBJDIR)\\"