commit | 5abf2873225f85ee91115e37dfad51aec7ea1002 | [log] [tgz] |
---|---|---|
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | Mon Dec 17 04:42:29 2007 +0000 |
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | Mon Dec 17 04:42:29 2007 +0000 |
tree | f461891dfe1b8f993e83de41b090053b438a8261 | |
parent | e24e9215ba66fe87db29f72e34764521f2fe620a [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
diff --git a/slirp.h b/slirp.h index 5b3d70a..a34b1a2 100644 --- a/slirp.h +++ b/slirp.h
@@ -31,6 +31,7 @@ typedef uint64_t u_int64_t; typedef char *caddr_t; +#define WIN32_LEAN_AND_MEAN #include <windows.h> #include <winsock2.h> #include <sys/timeb.h>