Skip to content

Commit

Permalink
windows: libusb-win32 renamed their header; change the include accord…
Browse files Browse the repository at this point in the history
…ingly

In libusb-win32 1.2.5.0, the developers changed their header from usb.h to
lusb0_usb.h to avoid a name conflict with the WDK usb.h header, which
apparently causes issues with MinGW-w64.

Signed-off-by: Drew Fisher <[email protected]>
  • Loading branch information
zarvox committed Mar 16, 2012
1 parent ad42c6f commit efd073e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define LIBUSB_EMULATOR_INTERNAL_H

#include "libusbemu_threads.h"
#include <usb.h>
#include <lusb0_usb.h>
#include <map>
#include <cassert>

Expand Down

0 comments on commit efd073e

Please sign in to comment.