File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
- #define BUILD 37
1
+ #define BUILD 39
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ void PyMac_FixGUSIcd Py_PROTO((void)); /* Workaround for GUSI chdir() call */
54
54
#endif
55
55
56
56
char * PyMac_StrError (int ); /* strerror with mac errors */
57
+ unsigned char * Pstring (char * str ); /* Convert c-string to pascal-string in static buffer */
57
58
58
59
#ifdef USE_GUSI
59
60
extern int PyMac_ConsoleIsDead ; /* True when exiting */
@@ -84,6 +85,8 @@ void PyMac_RestoreMenuBar(void); /* Restore menu bar for ease of exiting */
84
85
85
86
int PyMac_FindResourceModule (PyStringObject * , char * , char * ); /* Test for 'PYC ' resource in a file */
86
87
PyObject * PyMac_LoadResourceModule (char * , char * ); /* Load 'PYC ' resource from file */
88
+ int PyMac_FindCodeResourceModule (PyStringObject * , char * , char * ); /* Test for 'PYD ' resource in a file */
89
+ PyObject * PyMac_LoadCodeResourceModule (char * , char * ); /* Load 'PYD ' resource from file */
87
90
struct filedescr * PyMac_FindModuleExtension (char * , int * , char * ); /* Look for module in single folder */
88
91
89
92
int PyMac_GetDirectory (FSSpec * dirfss , char * prompt ); /* Ask user for a directory */
You can’t perform that action at this time.
0 commit comments