[Pcsclite-cvs-commit] r1835 - trunk/PCSC/src/PCSC
    Ludovic Rousseau 
    rousseau at costa.debian.org
       
    Wed Jan 25 10:42:23 UTC 2006
    
    
  
Author: rousseau
Date: 2006-01-25 10:42:23 +0000 (Wed, 25 Jan 2006)
New Revision: 1835
Modified:
   trunk/PCSC/src/PCSC/debuglog.h
Log:
#define PCSC_API as no-op if not already defined (needed when included
by a driver)
Modified: trunk/PCSC/src/PCSC/debuglog.h
===================================================================
--- trunk/PCSC/src/PCSC/debuglog.h	2006-01-24 22:10:51 UTC (rev 1834)
+++ trunk/PCSC/src/PCSC/debuglog.h	2006-01-25 10:42:23 UTC (rev 1835)
@@ -39,6 +39,10 @@
 {
 #endif
 
+#ifndef PCSC_API
+#define PCSC_API
+#endif
+
 #define DEBUGLOG_LOG_ENTRIES    1
 #define DEBUGLOG_IGNORE_ENTRIES 2
 
    
    
More information about the Pcsclite-cvs-commit
mailing list