-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libusb_dyn.c is missing stubs for several of the libusb-win32 functions #13
Labels
Comments
|
From: Travis
The others have been deprecated. They are inadequate because of UAC and 64bit. |
@dontech Please check if you can add the two functions that Travis mentioned.
|
FIXED |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated: 2012-08-09 Created: 2012-05-20 Creator: Benjamin Moody
libusb_dyn.c is missing stubs for several of the libusb-win32 functions:
(It's also missing the various _rundll stubs, but I doubt there's any point in including those.)
The first four are related to driver installation, and any program that uses those will probably want to link to libusb0.dll directly. But usb_reap_async_nocancel and usb_cancel_async should at least be included.
(I'm trying to compile a program (tilem) that links to a library (libticables2) that links to libusb (and uses those two functions), but my program doesn't currently make use of the USB features of libticables2, so I would like to avoid the libusb0.dll dependency if possible.)
Patch is attached; I have not tested it beyond making sure it compiles, but it's pretty straightforward.
The text was updated successfully, but these errors were encountered: