mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Added ResObj_OptNew declaration
This commit is contained in:
parent
91a6398b17
commit
b95ea18a4c
2 changed files with 2 additions and 1 deletions
|
|
@ -94,6 +94,7 @@ includestuff = """
|
|||
#include <Controls.h>
|
||||
|
||||
extern PyObject *ResObj_New(Handle);
|
||||
extern PyObject *ResObj_OptNew(Handle);
|
||||
extern int ResObj_Convert(PyObject *, Handle *);
|
||||
|
||||
extern PyObject *WinObj_New(WindowPtr);
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ except ImportError:
|
|||
#CREATOR = 'KAHL' # Guido's favorite text editor on the Mac
|
||||
#INCLUDEDIR = "D:Development:THINK C:Mac #includes:Apple #includes:"
|
||||
CREATOR = 'MPCC' # Jack's favorite text editor on the Mac
|
||||
INCLUDEDIR = "Moes:CodeWarrior6:Metrowerks C/C++:Headers:Universal Headers 2.0.1f:"
|
||||
INCLUDEDIR = "Sap:CodeWarrior6:Metrowerks C/C++:Headers:Universal Headers 2.0.1f:"
|
||||
|
||||
|
||||
Error = "scantools.Error"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue