summaryrefslogtreecommitdiff
path: root/libusb/os/wince_usb.h
Commit message (Collapse)AuthorAgeFilesLines
* Windows/WinCE: Improve the run-time dynamic linking schemeChris Dickens2016-01-281-22/+23
| | | | | | | | | | | | | | | Prior to this commit, the Windows and WinCE backends had a specific shortcoming when loading DLLs, that being that once loaded they were never unloaded. This commit improves this by providing a means to unload the DLLs during cleanup. Note that the use of GetModuleHandle() has been removed in favor of the exclusive use of LoadLibrary(). This was done to ensure that a reference count is taken against the loaded DLL, which guards against some other part of the application unloading the DLL that libusb is currently using. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
* WinCE: Remove unnecessary/unused structureChris Dickens2016-01-281-6/+0
| | | | Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
* Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu2014-01-081-2/+2
|
* WinCE: Post integration cleanupPete Batard2013-03-031-3/+3
| | | | | | * Update copyrights and switch to UTF-8 everywhere * Add SleepEx() to missing.h, and move include to libusbi.h * Remove ifdef for GetSystemTimeAsFileTime()
* WinCE: Add support for WinCE (sources)Toby Gray2013-01-231-0/+131