summaryrefslogtreecommitdiffstats
path: root/qemu-common.h
diff options
context:
space:
mode:
authorths2007-12-17 05:42:29 +0100
committerths2007-12-17 05:42:29 +0100
commit4fddf62a74c26f8da3c5ee61600e4d61052b0610 (patch)
treee4127ee9c9531e070614267f4c84d62452720baa /qemu-common.h
parentFix compilation with Cygwin, by Herve Poussineau. (diff)
downloadqemu-4fddf62a74c26f8da3c5ee61600e4d61052b0610.tar.gz
qemu-4fddf62a74c26f8da3c5ee61600e4d61052b0610.tar.xz
qemu-4fddf62a74c26f8da3c5ee61600e4d61052b0610.zip
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 'qemu-common.h')
-rw-r--r--qemu-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-common.h b/qemu-common.h
index 2c955219da..e8ea68735b 100644
--- a/qemu-common.h
+++ b/qemu-common.h
@@ -28,6 +28,7 @@
#endif
#ifdef _WIN32
+#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#define fsync _commit
#define lseek _lseeki64