Disable bluetooth proxy compilation on win32.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5365 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/bt-vhci.c b/bt-vhci.c
index 1469393..4fa1db4 100644
--- a/bt-vhci.c
+++ b/bt-vhci.c
@@ -25,9 +25,7 @@
 #include "net.h"
 #include "hw/bt.h"
 
-#include <sys/uio.h>
-
-#define VHCI_DEV	"/dev/vhci" 
+#define VHCI_DEV	"/dev/vhci"
 #define VHCI_UDEV	"/dev/hci_vhci"
 
 struct bt_vhci_s {