nt thread support

This commit is contained in:
Guido van Rossum 1995-01-17 16:29:31 +00:00
parent b4e7e25fe6
commit c3f82b6b8a
2 changed files with 249 additions and 0 deletions

View file

@ -126,6 +126,10 @@ void init_thread _P0()
#include "thread_cthread.h"
#endif
#ifdef NT_THREADS
#include "thread_nt.h"
#endif
/*
#ifdef FOOBAR_THREADS
#include "thread_foobar.h"