[xiph-cvs] cvs commit: thread thread.c

Jack Moffitt jack at xiph.org
Thu Feb 7 19:51:20 PST 2002



jack        02/02/07 19:51:19

  Modified:    src      config.c
               .        thread.c
  Log:
  More win32 fixes.

Revision  Changes    Path
1.4       +0 -2      icecast/src/config.c

Index: config.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/config.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- config.c	2002/01/21 04:28:30	1.3
+++ config.c	2002/02/08 03:51:18	1.4
@@ -87,8 +87,6 @@
                 return CONFIG_EBADROOT;
         }
 
-	xmlDocDump(stdout, doc);
-
         _parse_root(doc, node->xmlChildrenNode);
 
         xmlFreeDoc(doc);

<p><p>1.7       +5 -0      thread/thread.c

Index: thread.c
===================================================================
RCS file: /usr/local/cvsroot/thread/thread.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- thread.c	2002/02/07 01:04:09	1.6
+++ thread.c	2002/02/08 03:51:19	1.7
@@ -114,6 +114,11 @@
 {
         thread_t *thread;
 
+	/* this must be called to init pthreads-win32 */
+#ifdef _WIN32
+	ptw32_processInitialize();
+#endif
+
         /* set up logging */
 
         log_initialize();

<p><p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list