Use src/lib/w32/w32io.c for client

Replaces w32_writev_socket() and w32_readv_fd().  Split w32types.h off
w32misc.h, to avoid putting irrelevant stuff into client tarball.
This commit is contained in:
Markus Armbruster 2009-04-18 22:16:00 +02:00
parent c8231b120b
commit 1153d9c995
12 changed files with 68 additions and 117 deletions

View file

@ -45,6 +45,7 @@
#else
#include <process.h>
#include <io.h>
#include "w32types.h"
#endif
#include "linebuf.h"
#include "misc.h"