mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
ported back to Think C
This commit is contained in:
parent
9784295b15
commit
6fc5aecd53
3 changed files with 10 additions and 3 deletions
|
@ -36,7 +36,7 @@ extern PyObject *WinObj_WhichWindow(WindowPtr);
|
|||
|
||||
#ifndef HAVE_UNIVERSAL_HEADERS
|
||||
#define SndCallBackUPP ProcPtr
|
||||
#define NewSndCallBackProc(x) (x)
|
||||
#define NewSndCallBackProc(x) ((SndCallBackProcPtr)(x))
|
||||
#define SndListHandle Handle
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue