mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Merging changes from release22-branch.
This commit is contained in:
parent
089c7d1d5e
commit
b9526515b7
11 changed files with 61 additions and 55 deletions
|
|
@ -392,6 +392,17 @@ Pstring(char *str)
|
|||
}
|
||||
|
||||
#if TARGET_API_MAC_OS8
|
||||
Point
|
||||
LMGetMouse(void)
|
||||
{
|
||||
return LMGetMouseLocation();
|
||||
}
|
||||
|
||||
long LMGetExpandMem(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
c2pstrcpy(unsigned char *dst, const char *src)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue