> On 2012.08.10 05:10, Orin Eman wrote:
>> I'd do something like the following:
>>
>> #include
>> #if defined(WIN32) && !defined(PATH_MAX)
>> #define PATH_MAX (MAX_PATH+1)
>> #endif
>>
>> and use PATH_MAX like you suggested.
>
> I'll try to do that.
Or go the other way round and remove the need f
> On 2012.08.10 08:53, sebasti...@gmx-topmail.de wrote:
>> I'd prefer to wait for your patch, just in case there are more changes
Patch has now been pushed to the mailine git libusbx repository (along
with other minor changes. See
https://github.com/libusbx/libusbx/commits/master for details.
R