mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
66a53cafed
This is the user-space IFD driver to support the Gemplus GPR400 PCMCIA Smart Card Reader under PC/SC Lite. PR: ports/42697 Submitted by: Bruce M Simpson <bms@spc.org>
19 lines
503 B
C
19 lines
503 B
C
--- pcscdefines.h.orig Thu Aug 9 03:14:27 2001
|
|
+++ pcscdefines.h Sun Sep 8 18:10:47 2002
|
|
@@ -18,6 +18,7 @@
|
|
|
|
/* Defines a list of pseudo types. */
|
|
|
|
+#if !defined(__FreeBSD__)
|
|
typedef unsigned long DWORD;
|
|
typedef unsigned long* PDWORD;
|
|
typedef unsigned char UCHAR;
|
|
@@ -25,6 +26,7 @@
|
|
typedef char* LPSTR;
|
|
typedef long RESPONSECODE;
|
|
typedef void VOID;
|
|
+#endif
|
|
|
|
#define MAX_RESPONSE_SIZE 264
|
|
#define MAX_ATR_SIZE 33
|