Mercurial > emacs
changeset 45093:2d293a5868cf
* s/ms-w32.h (HAVE_SELECT): Define.
* w32.h (FILE_NDELAY): New flag.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Fri, 03 May 2002 20:41:03 +0000 |
parents | 7f1d09693ef3 |
children | 6a12412754f7 |
files | src/w32.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32.h Fri May 03 20:40:58 2002 +0000 +++ b/src/w32.h Fri May 03 20:41:03 2002 +0000 @@ -98,6 +98,7 @@ #define FILE_SEND_SIGCHLD 0x0080 #define FILE_PIPE 0x0100 #define FILE_SOCKET 0x0200 +#define FILE_NDELAY 0x0400 extern child_process * new_child (void); extern void delete_child (child_process *cp);