add option -e -C so that systems without getopt_long() can use them.
remove code to parse the long options.
Solaris does not have getopt_long(). Thanks to Heiko Nardmann for the
bug report.
16 lines of code changed in 1 file:
DBGetReaderList(): *caller_reader_list = NULL by default
2 lines of code changed in 1 file:
HPRegisterForHotplugEvents(): void function so remove return 0;
0 lines of code changed in 1 file:
SCardTransmit(): initialise sSendPci.Protocol to T=0 by default
(avoids a compiler warning)
3 lines of code changed in 1 file:
#include "configfile.h" to define DBGetReaderList()
1 lines of code changed in 1 file:
#include "configfile.h" to check the function prototype
1 lines of code changed in 1 file:
correct function prototype according to configfile.l new version
1 lines of code changed in 1 file:
HPReadBundleValues(): use >= instead of > to check if too many readers
are declared in the previous patch
1 lines of code changed in 1 file:
HPReadBundleValues(): exit early if too many readers are declared since the
array to store them is static (PCSCLITE_MAX_READERS_CONTEXTS)
7 lines of code changed in 1 file:
May 2005 »