http://bugs.winehq.org/show_bug.cgi?id=19867
--- Comment #8 from Austin English austinenglish@gmail.com 2009-09-02 12:52:18 --- (In reply to comment #7)
Most of the functions in winscard are not implemented. So it will probably not work. The only implemented function is SCardAddReaderToGroupA, the stub functions are SCardAddReaderToGroupW and SCardEstablishContext. I started a very simple wrapper to use libpcsclite functions and it looks promising but most of the functions have the same name so I had to do some tricks on the code, I don't know how to fix this.
Any ideas?
A simple stub for SCardListCardsA may prevent the crash.
As for the wrapper, that would better be asked on wine-devel.