[Bug 39113] Simple PC/ SC test application needs winscard.SCardListReaders implementation

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Sep 23 04:34:44 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=39113

--- Comment #2 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

revisiting, obviously still present.

Another app: 'Aruba Key'
Download: https://ca.arubapec.it/downloads/AK_WIN_VERSION.zip

Wine source:

https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/winscard/winscard.c#l133

--- snip ---
 133 LONG WINAPI SCardListReadersA(SCARDCONTEXT context, const CHAR *groups,
CHAR *readers, DWORD *buflen)
 134 {
 135     FIXME("(%lx, %s, %p, %p) stub\n", context, debugstr_a(groups),
readers, buflen);
 136     return SCARD_E_NO_READERS_AVAILABLE;
 137 }
 138 
 139 LONG WINAPI SCardListReadersW(SCARDCONTEXT context, const WCHAR *groups,
WCHAR *readers, DWORD *buflen)
 140 {
 141     FIXME("(%lx, %s, %p, %p) stub\n", context, debugstr_w(groups),
readers, buflen);
 142     return SCARD_E_NO_READERS_AVAILABLE;
 143 }
--- snip ---

$ sha1sum AK*
bd0408fa2c72f9f87067aa9f348bb626aa0d503d  AK_WIN_VERSION.exe
f4a5ce7c902b64c7459f96a08df542dea6cf4a8a  AK_WIN_VERSION.zip

$ du -sh AK*
160M    AK_WIN_VERSION.exe
159M    AK_WIN_VERSION.zip

$ wine --version
wine-3.16-149-gb1a3b9e5ce

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list