[xiph-commits] r9635 - icecast/trunk/thread

oddsock at svn.xiph.org oddsock at svn.xiph.org
Thu Jul 28 14:10:30 PDT 2005


Author: oddsock
Date: 2005-07-28 14:10:29 -0700 (Thu, 28 Jul 2005)
New Revision: 9635

Modified:
   icecast/trunk/thread/thread.c
Log:
implement.h, a pthreads include file, is no longer required for win32.

Modified: icecast/trunk/thread/thread.c
===================================================================
--- icecast/trunk/thread/thread.c	2005-07-28 13:19:25 UTC (rev 9634)
+++ icecast/trunk/thread/thread.c	2005-07-28 21:10:29 UTC (rev 9635)
@@ -36,7 +36,6 @@
 #else
 #include <windows.h>
 #include <winbase.h>
-#include <implement.h>
 #endif
 
 #include <signal.h>



More information about the commits mailing list