summaryrefslogtreecommitdiff
path: root/usrp/host/lib/fusb_sysconfig_win32.cc
diff options
context:
space:
mode:
authorU-CERVELO\ttsou2009-09-11 15:35:28 -0400
committerttsou2009-09-16 17:08:52 -0400
commitc6f6e69024bd21e99f5f8673dce2399c4bfd8bb8 (patch)
treef0ee69939640fa9cf1fb4462b8d7187077278ba7 /usrp/host/lib/fusb_sysconfig_win32.cc
parent433432fed1e79ca93763eec2d9186744e08d5ad1 (diff)
downloadgnuradio-c6f6e69024bd21e99f5f8673dce2399c4bfd8bb8.tar.gz
gnuradio-c6f6e69024bd21e99f5f8673dce2399c4bfd8bb8.tar.bz2
gnuradio-c6f6e69024bd21e99f5f8673dce2399c4bfd8bb8.zip
changes to build on windows / cygwin
Diffstat (limited to 'usrp/host/lib/fusb_sysconfig_win32.cc')
-rw-r--r--usrp/host/lib/fusb_sysconfig_win32.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/host/lib/fusb_sysconfig_win32.cc b/usrp/host/lib/fusb_sysconfig_win32.cc
index 16eaaa645..a0d140543 100644
--- a/usrp/host/lib/fusb_sysconfig_win32.cc
+++ b/usrp/host/lib/fusb_sysconfig_win32.cc
@@ -27,7 +27,7 @@ static const int MAX_BLOCK_SIZE = 64 * 1024; // Windows kernel hard limit
static const int FUSB_BUFFER_SIZE = 2 * (1L << 20); // 2 MB
fusb_devhandle *
-fusb_sysconfig::make_devhandle (usb_dev_handle *udh)
+fusb_sysconfig::make_devhandle (usb_dev_handle *udh, libusb_context *ctx)
{
return new fusb_devhandle_win32 (udh);
}