summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libusb/os/windows_usb.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/libusb/os/windows_usb.c b/libusb/os/windows_usb.c
index 5200a66..24fc959 100644
--- a/libusb/os/windows_usb.c
+++ b/libusb/os/windows_usb.c
@@ -1702,11 +1702,13 @@ static int windows_kernel_driver_active(struct libusb_device_handle *dev_handle,
return LIBUSB_ERROR_NOT_SUPPORTED;
}
-static int windows_attach_kernel_driver(struct libusb_device_handle *dev_handle, int iface) {
+static int windows_attach_kernel_driver(struct libusb_device_handle *dev_handle, int iface)
+{
return LIBUSB_ERROR_NOT_SUPPORTED;
}
-static int windows_detach_kernel_driver(struct libusb_device_handle *dev_handle, int iface) {
+static int windows_detach_kernel_driver(struct libusb_device_handle *dev_handle, int iface)
+{
return LIBUSB_ERROR_NOT_SUPPORTED;
}