Merging changes from release22-branch.

This commit is contained in:
Jack Jansen 2001-12-27 23:01:18 +00:00
parent 089c7d1d5e
commit b9526515b7
11 changed files with 61 additions and 55 deletions

View file

@ -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)
{