ported back to Think C

This commit is contained in:
Guido van Rossum 1995-02-19 23:32:59 +00:00
parent 9784295b15
commit 6fc5aecd53
3 changed files with 10 additions and 3 deletions

View file

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