Re: [Libusbx-devel] [PATCH] Samples: Add FX2/FX3 firmware upload to RAM

2012-08-12 Thread Pete Batard
> 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

Re: [Libusbx-devel] libusb segfaults - causes pcscd to crash

2012-08-12 Thread Pete Batard
> 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