diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-12-17 04:42:29 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-12-17 04:42:29 +0000 |
commit | 4fddf62a74c26f8da3c5ee61600e4d61052b0610 (patch) | |
tree | e4127ee9c9531e070614267f4c84d62452720baa /tap-win32.c | |
parent | f60d39bc4d4f0cc7bbbba172b05e24e1c1a36bc3 (diff) |
Use WIN32_LEAN_AND_MEAN, by Stefan Weil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3832 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tap-win32.c')
-rw-r--r-- | tap-win32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tap-win32.c b/tap-win32.c index 694441eee9..bfec14578a 100644 --- a/tap-win32.c +++ b/tap-win32.c @@ -30,6 +30,7 @@ #include "net.h" #include "sysemu.h" #include <stdio.h> +#define WIN32_LEAN_AND_MEAN #include <windows.h> /* NOTE: PCIBus is redefined in winddk.h */ |