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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Feb 8 14:58:08 UTC 2008


Author: rousseau
Date: Fri Feb  8 14:58:08 2008
New Revision: 2810

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2810
Log:
IFDHPolling() and IFDHPolling() are defined if TWIN_SERIAL is not
defined and also if HAVE_DECL_TAG_IFD_POLLING_THREAD is set to 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=2810&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/ifdhandler.c (original)
+++ trunk/Drivers/ccid/src/ifdhandler.c Fri Feb  8 14:58:08 2008
@@ -57,7 +57,7 @@
 static int DebugInitialized = FALSE;
 
 /* local functions */
-#ifndef TWIN_SERIAL
+#if HAVE_DECL_TAG_IFD_POLLING_THREAD && !defined(TWIN_SERIAL)
 static RESPONSECODE IFDHPolling(DWORD Lun);
 static RESPONSECODE IFDHSleep(DWORD Lun);
 #endif
@@ -250,7 +250,7 @@
 } /* IFDHCloseChannel */
 
 
-#ifndef TWIN_SERIAL
+#if HAVE_DECL_TAG_IFD_POLLING_THREAD && !defined(TWIN_SERIAL)
 static RESPONSECODE IFDHPolling(DWORD Lun)
 {
 	int reader_index;




More information about the Pcsclite-cvs-commit mailing list