mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue