On Mon, 14 Mar 2005 13:59:29 +0100, Martin Paljak <[EMAIL PROTECTED]> wrote: > On Mon, 14 Mar 2005 13:49:27 +0100, Ludovic Rousseau > <[EMAIL PROTECTED]> wrote: > > So I repeat my question: what names (and for what purpose) do you > > want/need to be defined? You can cut and paste a windows header file > > (this is the preferred method). > > The only thing that is missing in pcsc-lite and what is needed is > SCARD_CTL_CODE. > > Everything else is either derived from this or is not relevant AFAIK.
I agree with you, pcsc-lite only need to know about SCARD_CTL_CODE. But the application and the driver need to share common definitions. Instead of having two different header files (one for the application and one for the driver) it is better to have only one file used by both sides. I plan to add a /usr/include/PCSC/reader.h to contain the #define FEATURE_* definitions. The name "reader.h" may be changed. Maybe Teletrust or PCSC v2 have a name proposal? Bye, -- Dr. Ludovic Rousseau For private mail use [EMAIL PROTECTED] and not "big brother" Google _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
