mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Need mytime.h for Sleep().
This commit is contained in:
parent
3a5a02f3da
commit
541f241132
1 changed files with 2 additions and 0 deletions
|
@ -281,6 +281,8 @@ Tkinter_Error(v)
|
|||
|
||||
#ifdef WITH_THREAD
|
||||
#ifndef MS_WINDOWS
|
||||
#include "mytime.h"
|
||||
|
||||
/* Millisecond sleep() for Unix platforms. */
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue