[Pcsclite-cvs-commit] r2783 - /trunk/Drivers/ccid/src/ifdhandler.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sat Feb 2 15:18:21 UTC 2008


Author: rousseau
Date: Sat Feb  2 15:18:21 2008
New Revision: 2783

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2783
Log:
HAVE_DECL_TAG_IFD_POLLING_THREAD is always defined but is set to 0 or 1

Modified:
    trunk/Drivers/ccid/src/ifdhandler.c

Modified: trunk/Drivers/ccid/src/ifdhandler.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/ifdhandler.c?rev=2783&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/ifdhandler.c (original)
+++ trunk/Drivers/ccid/src/ifdhandler.c Sat Feb  2 15:18:21 2008
@@ -369,7 +369,7 @@
 				*(uint32_t *)Value = get_ccid_descriptor(reader_index) -> dwMaxCCIDMessageLength -10;
 			break;
 
-#if defined(HAVE_DECL_TAG_IFD_POLLING_THREAD) && !defined(TWIN_SERIAL)
+#if HAVE_DECL_TAG_IFD_POLLING_THREAD && !defined(TWIN_SERIAL)
 		case TAG_IFD_POLLING_THREAD:
 			{
 				_ccid_descriptor *ccid_desc;




More information about the Pcsclite-cvs-commit mailing list