[Python-checkins] CVS: python/dist/src/Mac/Include pymactoolbox.h,1.7,1.8

Jack Jansen jackjansen@users.sourceforge.net
Fri, 03 Aug 2001 08:39:29 -0700


Update of /cvsroot/python/python/dist/src/Mac/Include
In directory usw-pr-cvs1:/tmp/cvs-serv20528/Include

Modified Files:
	pymactoolbox.h 
Log Message:
PyMac_GetFSSpec must be called via the dylib glue code on OSX.


Index: pymactoolbox.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Include/pymactoolbox.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** pymactoolbox.h	2001/05/22 22:34:56	1.7
--- pymactoolbox.h	2001/08/03 15:39:27	1.8
***************
*** 43,46 ****
--- 43,49 ----
  #endif /* USE_TOOLBOX_OBJECT_GLUE */
  
+ /* macfs exports */
+ extern int PyMac_GetFSSpec(PyObject *, FSSpec *);
+ 
  /* AE exports */
  extern PyObject *AEDesc_New(AppleEvent *); /* XXXX Why passed by address?? */