[Pcsclite-cvs-commit] PCSC/doc/example pcsc_demo.c,1.2,1.3

aet-guest@quantz.debian.org aet-guest@quantz.debian.org
Mon, 08 Sep 2003 13:21:16 +0200


Update of /cvsroot/pcsclite/PCSC/doc/example
In directory quantz:/tmp/cvs-serv12271/doc/example

Modified Files:
	pcsc_demo.c 
Log Message:
Build fix for MacOS X, don't bother including
from <PCSC/..>, use standard header locations.


Index: pcsc_demo.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/doc/example/pcsc_demo.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pcsc_demo.c	3 Sep 2003 21:13:03 -0000	1.2
+++ pcsc_demo.c	8 Sep 2003 11:21:14 -0000	1.3
@@ -24,7 +24,7 @@
 #include <time.h>
 #include <unistd.h>
 #include <string.h>
-
+#include <wintypes.h>
 #include <winscard.h>
 
 #ifndef TRUE