mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
win32 compile
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1016 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
ce93da6ffe
commit
379ff53dc9
13 changed files with 142 additions and 26 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue