Issue #4893: Use NT threading on CE.

This commit is contained in:
Martin v. Löwis 2009-01-12 08:11:24 +00:00
parent 1b3bef21b0
commit e3422fae8a
3 changed files with 28 additions and 7 deletions

View file

@ -137,10 +137,6 @@ static size_t _pythread_stacksize = 0;
#include "thread_beos.h"
#endif
#ifdef WINCE_THREADS
#include "thread_wince.h"
#endif
#ifdef PLAN9_THREADS
#include "thread_plan9.h"
#endif