Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
934:c925bacdda60 | 935:7ddc4c0b471d |
---|---|
38 #define HAVE_SETITIMER | 38 #define HAVE_SETITIMER |
39 | 39 |
40 /* Define process implementation */ | 40 /* Define process implementation */ |
41 #define HAVE_WIN32_PROCESSES | 41 #define HAVE_WIN32_PROCESSES |
42 | 42 |
43 /* Wide characters are supported */ | |
44 #define HAVE_WCHAR_H | |
45 | |
43 /* These two are used in etags.c. */ | 46 /* These two are used in etags.c. */ |
44 #define popen _popen | 47 #define popen _popen |
45 #define pclose _pclose | 48 #define pclose _pclose |