[banshee/gio-hardware] [GioHardware] Add a missing #if ENABLE_GIO_HARDWARE
- From: Alan McGovern <alanmc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/gio-hardware] [GioHardware] Add a missing #if ENABLE_GIO_HARDWARE
- Date: Mon, 26 Jul 2010 13:11:46 +0000 (UTC)
commit 0033c1cf40d89e118b8637ab5fd60c51e6b088e2
Author: Alan McGovern <alan mcgovern gmail com>
Date: Mon Jul 26 13:44:22 2010 +0100
[GioHardware] Add a missing #if ENABLE_GIO_HARDWARE
.../Banshee.Hardware.Gio/LowLevel/RawUsbDevice.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/Backends/Banshee.Gio/Banshee.Hardware.Gio/LowLevel/RawUsbDevice.cs b/src/Backends/Banshee.Gio/Banshee.Hardware.Gio/LowLevel/RawUsbDevice.cs
index 1f28424..7deb3e2 100644
--- a/src/Backends/Banshee.Gio/Banshee.Hardware.Gio/LowLevel/RawUsbDevice.cs
+++ b/src/Backends/Banshee.Gio/Banshee.Hardware.Gio/LowLevel/RawUsbDevice.cs
@@ -24,7 +24,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
-
+#if ENABLE_GIO_HARDWARE
using System;
namespace Banshee.Hardware.Gio
@@ -133,4 +133,5 @@ namespace Banshee.Hardware.Gio
}
}
}
+#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]