mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Issue #4893: Use NT threading on CE.
This commit is contained in:
parent
1b3bef21b0
commit
e3422fae8a
3 changed files with 28 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue