aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-12-17 04:42:29 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-12-17 04:42:29 +0000
commit4fddf62a74c26f8da3c5ee61600e4d61052b0610 (patch)
treee4127ee9c9531e070614267f4c84d62452720baa /qemu_socket.h
parentFix compilation with Cygwin, by Herve Poussineau. (diff)
downloadqemu-kvm-4fddf62a74c26f8da3c5ee61600e4d61052b0610.tar.gz
qemu-kvm-4fddf62a74c26f8da3c5ee61600e4d61052b0610.tar.bz2
qemu-kvm-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_socket.h')
-rw-r--r--qemu_socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_socket.h b/qemu_socket.h
index 6e8bcce6c..5229c24fa 100644
--- a/qemu_socket.h
+++ b/qemu_socket.h
@@ -3,7 +3,7 @@
#define QEMU_SOCKET_H
#ifdef _WIN32
-
+#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <winsock2.h>
#include <ws2tcpip.h>