[Pcsclite-cvs-commit] PCSC/doc/example pcsc_demo.c,1.15,1.16

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


Update of /cvsroot/pcsclite/PCSC/doc/example
In directory haydn:/tmp/cvs-serv21487/doc/example

Modified Files:
	pcsc_demo.c 
Log Message:
use the new PCSC/ location for header files


Index: pcsc_demo.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/doc/example/pcsc_demo.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- pcsc_demo.c	9 Jun 2004 07:29:33 -0000	1.15
+++ pcsc_demo.c	10 Jun 2004 14:57:47 -0000	1.16
@@ -28,8 +28,9 @@
 #include <time.h>
 #include <unistd.h>
 #include <string.h>
-#include <wintypes.h>
-#include <winscard.h>
+
+#include <PCSC/wintypes.h>
+#include <PCSC/winscard.h>
 
 #ifndef TRUE
 #define TRUE 1