chansrv: smart card minor change
This commit is contained in:
parent
6c03868492
commit
a1d7479345
@ -52,9 +52,9 @@ typedef struct _SCARD_IO_REQUEST
|
||||
#define SCARD_PROTOCOL_T1 0x0002 /**< T=1 active protocol. */
|
||||
#define SCARD_PROTOCOL_RAW 0x0004 /**< Raw active protocol. */
|
||||
|
||||
SCARD_IO_REQUEST g_rgSCardRawPci = { SCARD_PROTOCOL_T0, 8 };
|
||||
SCARD_IO_REQUEST g_rgSCardT1Pci = { SCARD_PROTOCOL_T1, 8 };
|
||||
SCARD_IO_REQUEST g_rgSCardT0Pci = { SCARD_PROTOCOL_RAW, 8 };
|
||||
PCSC_API SCARD_IO_REQUEST g_rgSCardRawPci = { SCARD_PROTOCOL_T0, 8 };
|
||||
PCSC_API SCARD_IO_REQUEST g_rgSCardT1Pci = { SCARD_PROTOCOL_T1, 8 };
|
||||
PCSC_API SCARD_IO_REQUEST g_rgSCardT0Pci = { SCARD_PROTOCOL_RAW, 8 };
|
||||
|
||||
#define LLOG_LEVEL 5
|
||||
#define LLOGLN(_level, _args) \
|
||||
@ -1136,10 +1136,10 @@ SCardSetAttrib(SCARDHANDLE hCard, DWORD dwAttrId, LPCBYTE pbAttr,
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
char *
|
||||
PCSC_API char *
|
||||
pcsc_stringify_error(const long code)
|
||||
{
|
||||
LLOGLN(10, ("pcsc_stringify_error: %d", code));
|
||||
LLOGLN(10, ("pcsc_stringify_error: %d", (int)code));
|
||||
switch (code)
|
||||
{
|
||||
case SCARD_S_SUCCESS:
|
||||
|
Loading…
Reference in New Issue
Block a user