[Pcsclite-cvs-commit] PCSC/src thread_win32.c,1.5,1.6

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


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

Modified Files:
	thread_win32.c 
Log Message:
update SYS_ThreadCreate() API but do not modify the code


Index: thread_win32.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/thread_win32.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- thread_win32.c	18 Oct 2003 17:19:36 -0000	1.5
+++ thread_win32.c	2 Aug 2004 21:52:17 -0000	1.6
@@ -93,7 +93,7 @@
  * Returns: nonzero for success, 0 for failure.
  */
 int
-SYS_ThreadCreate(HANDLE *thread, void* thread_attr,
+SYS_ThreadCreate(HANDLE *thread, int attributes,
     void* start_routine, void* arg)
 {