[Pcsclite-cvs-commit] r414 - trunk/PKCS11/include
Ludovic Rousseau
rousseau at costa.debian.org
Thu Mar 16 10:27:26 CET 2006
Author: rousseau
Date: 2006-03-16 09:27:25 +0000 (Thu, 16 Mar 2006)
New Revision: 414
Modified:
trunk/PKCS11/include/cryptoki_unix.h
Log:
use PCSC_API in CK_DEFINE_FUNCTION so that only the functions defined
using CK_DEFINE_FUNCTION are exported from the library
Modified: trunk/PKCS11/include/cryptoki_unix.h
===================================================================
--- trunk/PKCS11/include/cryptoki_unix.h 2006-03-16 09:26:28 UTC (rev 413)
+++ trunk/PKCS11/include/cryptoki_unix.h 2006-03-16 09:27:25 UTC (rev 414)
@@ -17,7 +17,7 @@
#define CK_PTR *
#define CK_DEFINE_FUNCTION(returnType, name) \
- returnType name
+ PCSC_API returnType name
#define CK_DECLARE_FUNCTION(returnType, name) \
returnType name
More information about the Pcsclite-cvs-commit
mailing list