2009/3/7 Alon Bar-Lev <alon.bar...@gmail.com>:
> I mistakenly thought that the pcsc-lite was more compliant, so I use its 
> header
> file as a base for the missing Windows one.
> This was my mistake.
>
> I hope at least that the return codes are compatible, or else we have a major
> problem.

Return codes are not all compatible (for historical reasons):
On Win32
#define SCARD_E_UNSUPPORTED_FEATURE  0x80100022
On pcsc-lite
#define SCARD_E_UNSUPPORTED_FEATURE 0x8010001F

I just can't change the pcsc-lite value without breaking the ABI.
This could be an option with a major release of pcsc-lite (maybe the
one you are working on)

Bye

-- 
 Dr. Ludovic Rousseau
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to