diff options
| author | bellard | 2004-07-13 00:33:07 +0200 |
|---|---|---|
| committer | bellard | 2004-07-13 00:33:07 +0200 |
| commit | 379ff53dc964ee1dc9442dac230c87a595e06a12 (patch) | |
| tree | e95b6fe5abe71414f507d85ebcfea63b3d2468b3 /slirp/main.h | |
| parent | win32 compile (diff) | |
| download | qemu-379ff53dc964ee1dc9442dac230c87a595e06a12.tar.gz qemu-379ff53dc964ee1dc9442dac230c87a595e06a12.tar.xz qemu-379ff53dc964ee1dc9442dac230c87a595e06a12.zip | |
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; |
