Commit d5fd45ff authored by Jack Jansen's avatar Jack Jansen

Made options global (as PyMac_options) so macosmodule can access it.

parent 91eb3e85
...@@ -169,4 +169,6 @@ typedef struct PyMac_PrefRecord { ...@@ -169,4 +169,6 @@ typedef struct PyMac_PrefRecord {
/* From macgetpath.c: */ /* From macgetpath.c: */
void PyMac_PreferenceOptions(PyMac_PrefRecord *); void PyMac_PreferenceOptions(PyMac_PrefRecord *);
char * PyMac_GetPythonDir(void); char * PyMac_GetPythonDir(void);
/* from macmain.c: */
extern PyMac_PrefRecord PyMac_options;
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment