From: Ian Jackson Date: Thu, 23 Oct 2008 15:11:23 +0000 (+0100) Subject: bt-host.c: Indirect disabling via NO_BLUETOOTH_PASSTHROUGH X-Git-Tag: t.master-before-merge~65^2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=18ca060ca56260b9699c28cd626a66719e4017ae;p=qemu-xen-4.3-testing.git bt-host.c: Indirect disabling via NO_BLUETOOTH_PASSTHROUGH We set NO_BLUETOOTH_PASSTHROUGH on _WIN32. This allows other configurations to disable it too. (Eg, Xen stubdomains.) Signed-off-by: Ian Jackson --- diff --git a/bt-host.c b/bt-host.c index 042a55e47..0110ff538 100644 --- a/bt-host.c +++ b/bt-host.c @@ -24,7 +24,11 @@ #include "sysemu.h" #include "net.h" -#ifndef _WIN32 +#ifdef _WIN32 +#define NO_BLUETOOTH_PASSTHROUGH +#endif + +#ifndef NO_BLUETOOTH_PASSTHROUGH # include # include # include