[Pcsclite-cvs-commit] PCSC/src mscdefines.h,1.7,1.8

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/PCSC/src
In directory haydn:/tmp/cvs-serv10250

Modified Files:
	mscdefines.h 
Log Message:
use SCARDCONTEXT and SCARDHANDLE instead of MSCLong32


Index: mscdefines.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/mscdefines.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- mscdefines.h	18 Oct 2003 17:19:36 -0000	1.7
+++ mscdefines.h	31 Mar 2004 09:42:30 -0000	1.8
@@ -130,8 +130,8 @@
 
 	typedef struct
 	{
-		MSCLong32 hContext;	      /* Handle to resource manager */
-		MSCLong32 hCard;	      /* Handle to the connection */
+		SCARDCONTEXT hContext;	      /* Handle to resource manager */
+		SCARDHANDLE hCard;	      /* Handle to the connection */
 		LPSCARD_IO_REQUEST ioType;    /* Type of protocol */
 		MSCUChar8 pMac[MSC_MAXSIZE_MAC];  /* MAC code */
 		MSCULong32 macSize;	      /* Size of the MAC code */