Windows: Add new API calls to DLL .def file
commitb88ce7d2450a2d77b84cca5ffe6bcb449a5ae05b
authorPete Batard <pete@akeo.ie>
Tue, 29 May 2012 15:06:57 +0000 (29 16:06 +0100)
committerPete Batard <pete@akeo.ie>
Tue, 29 May 2012 15:06:57 +0000 (29 16:06 +0100)
tree90aa85cf666cf985355ea82ed51022bafdbb9ea3
parent3fae93a941669be8a87ca49dd09f836d2d9647aa
Windows: Add new API calls to DLL .def file

* Generated from a MinGW32 generated DLL using the command:
  echo -e "LIBRARY\nEXPORTS" > libusb-1.0.def; strings libusb-1.0.dll | grep libusb | grep @ | sort | sed -e "s/\(.*\)@\([0-9]*\)/  \1\n  \1@\2 = \1/" >> libusb-1.0.def
libusb/libusb-1.0.def
libusb/version_nano.h