Mounir IDRASSI mounir.idrassi@idrix.fr writes:
Actually, pcsc-lite defines the same headers from PSDK with the same types for 32bit architecture. Including pcsclite headers will clash with wine's headers. The only possible modification is to redefine pcsclite types with different names but this is useless as they are the same as the ones in winscard.
Unfortunately they aren't, the pcsclite headers use unsigned long instead of DWORD for instance. This won't have the same size on 64-bit.