From e25948f52421d8d0a1914f77dd7627db1aca7bb7 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 10 Oct 2004 21:48:18 +0000 Subject: [PATCH] Dont define HAVE_WCHAR_H since wchar_t is a 16-bit int rather than a 32-bit int. So wchar_t can't represent the whole UNICODE anyway. --- win/makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/win/makefile b/win/makefile index 397c4bf..79c80fd 100644 --- 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)\\" -- 1.7.10.4