Hi Martin, Am 23.02.2011 18:54, schrieb Martin Preuss: > this has already been fixed in SVN but not yet released.
The change you made in SVN rev. 589 does fix the file src/lib/client/base/client_p.h only whereas the Gentoo patch also replaces sizeof(SCARD_READERSTATE_A) by sizeof(SCARD_READERSTATE) in src/lib/client/base/client.c. I don't know for sure, but I guess the size of a SCARD_READERSTATE_A struct is different to the size of a SCARD_READERSTATE struct, especially on platforms where the type 'unsigned long' has a different size than the type 'DWORD'. I've fixed this in SVN rev. 590. Regards, Micha -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

