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

@ -44,9 +44,6 @@
#include <slirp.h>
#define max(x,y) ((x) > (y) ? (x) : (y))
#define min(x,y) ((x) < (y) ? (x) : (y))
/*
* Since this is only used in "stats socket", we give meaning
* names instead of the REAL names