From 1a731c60a3e70a2516eebc32b8988eab996bbc88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lemburg?= Date: Fri, 11 Aug 2000 11:43:10 +0000 Subject: [PATCH] Added #fndef's to avoid compiler errors. --- Include/unicodeobject.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h index 01dce9469c3..e88b8ed3399 100644 --- a/Include/unicodeobject.h +++ b/Include/unicodeobject.h @@ -78,7 +78,9 @@ Copyright (c) Corporation for National Research Initiatives. PyUnicode_AsWideChar(). */ #ifdef HAVE_USABLE_WCHAR_T -# define HAVE_WCHAR_H +# ifndef HAVE_WCHAR_H +# define HAVE_WCHAR_H +# endif #endif #ifdef HAVE_WCHAR_H