[Python-checkins] CVS: python/dist/src/Mac/Modules/cf CFmodule.c,1.5,1.6 cfsupport.py,1.6,1.7
Jack Jansen
jackjansen@users.sourceforge.net
Fri, 03 Aug 2001 08:36:25 -0700
Update of /cvsroot/python/python/dist/src/Mac/Modules/cf
In directory usw-pr-cvs1:/tmp/cvs-serv18961
Modified Files:
CFmodule.c cfsupport.py
Log Message:
If we use frameworks we should include CoreServices/CoreServices.h, not the
old-style CoreFoundation.h.
Index: CFmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/cf/CFmodule.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** CFmodule.c 2001/07/17 20:46:57 1.5
--- CFmodule.c 2001/08/03 15:36:23 1.6
***************
*** 25,29 ****
#include <CFURL.h>
#else
! #include <CoreFoundation.h>
#endif
--- 25,29 ----
#include <CFURL.h>
#else
! #include <CoreServices/CoreServices.h>
#endif
Index: cfsupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/cf/cfsupport.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** cfsupport.py 2001/07/17 20:47:13 1.6
--- cfsupport.py 2001/08/03 15:36:23 1.7
***************
*** 51,55 ****
#include <CFURL.h>
#else
! #include <CoreFoundation.h>
#endif
--- 51,55 ----
#include <CFURL.h>
#else
! #include <CoreServices/CoreServices.h>
#endif