Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a6398 commit b95ea18Copy full SHA for b95ea18
2 files changed
Tools/bgen/bgen/macsupport.py
@@ -94,6 +94,7 @@ def errorCheck(self, name):
94
#include <Controls.h>
95
96
extern PyObject *ResObj_New(Handle);
97
+extern PyObject *ResObj_OptNew(Handle);
98
extern int ResObj_Convert(PyObject *, Handle *);
99
100
extern PyObject *WinObj_New(WindowPtr);
Tools/bgen/bgen/scantools.py
@@ -30,7 +30,7 @@
30
#CREATOR = 'KAHL' # Guido's favorite text editor on the Mac
31
#INCLUDEDIR = "D:Development:THINK C:Mac #includes:Apple #includes:"
32
CREATOR = 'MPCC' # Jack's favorite text editor on the Mac
33
-INCLUDEDIR = "Moes:CodeWarrior6:Metrowerks C/C++:Headers:Universal Headers 2.0.1f:"
+INCLUDEDIR = "Sap:CodeWarrior6:Metrowerks C/C++:Headers:Universal Headers 2.0.1f:"
34
35
36
Error = "scantools.Error"
0 commit comments