Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b95ea18

Browse files
committed
Added ResObj_OptNew declaration
1 parent 91a6398 commit b95ea18

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Tools/bgen/bgen/macsupport.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ def errorCheck(self, name):
9494
#include <Controls.h>
9595
9696
extern PyObject *ResObj_New(Handle);
97+
extern PyObject *ResObj_OptNew(Handle);
9798
extern int ResObj_Convert(PyObject *, Handle *);
9899
99100
extern PyObject *WinObj_New(WindowPtr);

Tools/bgen/bgen/scantools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#CREATOR = 'KAHL' # Guido's favorite text editor on the Mac
3131
#INCLUDEDIR = "D:Development:THINK C:Mac #includes:Apple #includes:"
3232
CREATOR = 'MPCC' # Jack's favorite text editor on the Mac
33-
INCLUDEDIR = "Moes:CodeWarrior6:Metrowerks C/C++:Headers:Universal Headers 2.0.1f:"
33+
INCLUDEDIR = "Sap:CodeWarrior6:Metrowerks C/C++:Headers:Universal Headers 2.0.1f:"
3434

3535

3636
Error = "scantools.Error"

0 commit comments

Comments
 (0)