win32 compile

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1016 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2004-07-12 22:33:07 +00:00
parent ce93da6ffe
commit 379ff53dc9
13 changed files with 142 additions and 26 deletions

View file

@ -1,7 +1,11 @@
#ifndef _LIBSLIRP_H
#define _LIBSLIRP_H
#ifdef _WIN32
#include <winsock2.h>
#else
#include <sys/select.h>
#endif
void slirp_init(void);