Fix MS-Windows build.
commit6e9fb70cdf763da6d264932f14f5a67d354ec38d
authorEli Zaretskii <eliz@gnu.org>
Mon, 26 Aug 2013 18:42:11 +0000 (26 21:42 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 26 Aug 2013 18:42:11 +0000 (26 21:42 +0300)
tree8c9ecd47a5078c8b1c20662853a095523a7b1989
parentc160274456eb7bb09776b888f5274933f2ec2399
Fix MS-Windows build.

 src/callproc.c:
 src/emacs.c:
 src/filelock.c:
 src/process.c:
 src/sysdep.c:
 src/w32.c: Reshuffle Windows-specific headers to avoid errors with
 redefinition of fd_set etc.
 src/process.c: Don't use num_pending_connects when
 NON_BLOCKING_CONNECT is not defined.
 src/sysselect.h: Move definitions of FD_* macros and of SELECT_TYPE
 here from w32.h.
 src/w32proc.c (sys_select): Adjust the argument types to what
 thread.h expects.

 nt/inc/sys/socket.h: Include stdint.h.  Include sysselect.h instead
 of w32.h.
12 files changed:
nt/ChangeLog
nt/inc/sys/socket.h
src/ChangeLog
src/callproc.c
src/emacs.c
src/filelock.c
src/process.c
src/sysdep.c
src/sysselect.h
src/w32.c
src/w32.h
src/w32proc.c