Backed out changeset: 21d400e5414f

This commit is contained in:
berkeviktor@aol.com
2010-10-08 04:05:48 +02:00
parent dede76e56a
commit c1fc5eb08f
4 changed files with 3 additions and 335 deletions

View File

@@ -1,10 +0,0 @@
#include <windows.h>
typedef struct
{
DWORD threadid;
int pipe_fd[2];
} thread;
thread *thread_new (void);
int thread_start (thread *th, void *(*start_routine)(void *), void *arg);