Use DarwinThreadHelpers, remove mach stuff.

This commit is contained in:
Steve Checkoway
2004-09-07 12:38:10 +00:00
parent 55611af7dd
commit 8adbeda32a
2 changed files with 8 additions and 13 deletions
@@ -1,5 +1,5 @@
#ifndef THREADS_WIN32_H
#define THREADS_WIN32_H
#ifndef THREADS_PTHREADS_H
#define THREADS_PTHREADS_H
#include "Threads.h"
@@ -23,7 +23,7 @@ public:
#endif
#if defined(DARWIN)
thread_act_t MachThreadHandle;
uint64_t MachThreadHandle;
#endif
/* These are only used during initialization. */