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

Jack Moffitt jack at xiph.org
Tue Mar 5 15:59:39 PST 2002



jack        02/03/05 15:59:39

  Modified:    src      logging.h
               .        thread.c
  Log:
  win32 patches from Ed

Revision  Changes    Path
1.3       +1 -1      icecast/src/logging.h

Index: logging.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/logging.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- logging.h	2002/02/07 01:04:07	1.2
+++ logging.h	2002/03/05 23:59:38	1.3
@@ -14,7 +14,7 @@
 */
 
 #ifdef _WIN32
-#define __FUNCTION__ __FILE__ ":" __LINE__
+#define __FUNCTION__ __FILE__
 #endif
 
 #define ERROR0(y) log_write(errorlog, 1, CATMODULE "/" __FUNCTION__, y)

<p><p>1.8       +4 -3      thread/thread.c

Index: thread.c
===================================================================
RCS file: /usr/local/cvsroot/thread/thread.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- thread.c	2002/02/08 03:51:19	1.7
+++ thread.c	2002/03/05 23:59:38	1.8
@@ -25,16 +25,17 @@
 #include <time.h>
 #include <sys/types.h>
 
+#include <pthread.h>
+
 #ifndef _WIN32
 #include <unistd.h>
 #include <sys/time.h>
 #else
 #include <windows.h>
 #include <winbase.h>
+#include <implement.h>
 #endif
 
-#include <pthread.h>
-
 #include <signal.h>
 
 #include "log.h"
@@ -42,7 +43,7 @@
 #include "avl.h"
 
 #ifdef _WIN32
-#define __FUNCTION__ __FILE__ ":" __LINE__
+#define __FUNCTION__ __FILE__
 #endif
 
 #define CATMODULE "thread"

<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