summaryrefslogtreecommitdiff
path: root/client/usb_windows.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/usb_windows.cpp')
-rw-r--r--client/usb_windows.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/usb_windows.cpp b/client/usb_windows.cpp
index ec55b0e..1620e6e 100644
--- a/client/usb_windows.cpp
+++ b/client/usb_windows.cpp
@@ -265,6 +265,8 @@ void usb_init() {
std::thread(_power_notification_thread).detach();
}
+void usb_cleanup() {}
+
usb_handle* do_usb_open(const wchar_t* interface_name) {
unsigned long name_len = 0;