changeset 935:7ddc4c0b471d

[xemacs-hg @ 2002-07-29 21:06:08 by jhar] Define HAVE_WCHAR_H for native Win32 build.
author jhar
date Mon, 29 Jul 2002 21:06:12 +0000
parents c925bacdda60
children 0f9686ac3ce7
files src/ChangeLog src/s/win32-native.h
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Jul 29 09:21:25 2002 +0000
+++ b/src/ChangeLog	Mon Jul 29 21:06:12 2002 +0000
@@ -1,3 +1,7 @@
+2002-07-29  Jonathan Harris  <jonathan@xemacs.org>
+
+	* s/win32-native.h: Define HAVE_WCHAR_H for native Win32 build.
+
 2002-07-17  Marcus Crestani  <crestani@informatik.uni-tuebingen.de>
 	    Markus Kaltenbach  <makalten@informatik.uni-tuebingen.de>
 	    Mike Sperber <mike@xemacs.org>
--- a/src/s/win32-native.h	Mon Jul 29 09:21:25 2002 +0000
+++ b/src/s/win32-native.h	Mon Jul 29 21:06:12 2002 +0000
@@ -40,6 +40,9 @@
 /* Define process implementation */
 #define HAVE_WIN32_PROCESSES
 
+/* Wide characters are supported */
+#define HAVE_WCHAR_H
+
 /* These two are used in etags.c. */
 #define popen _popen
 #define pclose _pclose