diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-07-12 22:33:07 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-07-12 22:33:07 +0000 |
commit | 379ff53dc964ee1dc9442dac230c87a595e06a12 (patch) | |
tree | e95b6fe5abe71414f507d85ebcfea63b3d2468b3 /slirp/main.h | |
parent | ce93da6ffee7f27044c5b49b096ebdec27075110 (diff) |
win32 compile
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1016 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'slirp/main.h')
-rw-r--r-- | slirp/main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/slirp/main.h b/slirp/main.h index dc06d6fe7e..2d6f43bcc0 100644 --- a/slirp/main.h +++ b/slirp/main.h @@ -10,7 +10,6 @@ #endif #define TOWRITEMAX 512 -#define min(x,y) ((x) < (y) ? (x) : (y)) extern struct timeval tt; extern int link_up; |