Mercurial > hg > xemacs-beta
diff src/s/win32-native.h @ 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 | 943eaba38521 |
children | ecf1ebac70d8 |
line wrap: on
line diff
--- 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