Made options global (as PyMac_options) so macosmodule can access it.
diff --git a/Mac/Include/pythonresources.h b/Mac/Include/pythonresources.h
index 0b74328..9bb8998 100644
--- a/Mac/Include/pythonresources.h
+++ b/Mac/Include/pythonresources.h
@@ -169,4 +169,6 @@
 /* From macgetpath.c: */
 void PyMac_PreferenceOptions(PyMac_PrefRecord *);
 char * PyMac_GetPythonDir(void);
+/* from macmain.c: */
+extern PyMac_PrefRecord PyMac_options;
 #endif