[Python-checkins] CVS: python/dist/src/Mac/Modules/cg cgsupport.py,1.1,1.2 _CGmodule.c,1.1,1.2
Just van Rossum
jvr@users.sourceforge.net
2001年12月13日 05:40:07 -0800
Update of /cvsroot/python/python/dist/src/Mac/Modules/cg
In directory usw-pr-cvs1:/tmp/cvs-serv10114
Modified Files:
cgsupport.py _CGmodule.c
Log Message:
include the proper header for Mach-O
Index: cgsupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/cg/cgsupport.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** cgsupport.py 2001年12月13日 13:17:20 1.1
--- cgsupport.py 2001年12月13日 13:40:04 1.2
***************
*** 26,30 ****
#include <CGContext.h>
#else
! #include <CoreGraphics/CoreGraphics.h>
#endif
--- 26,30 ----
#include <CGContext.h>
#else
! #include <ApplicationServices/ApplicationServices.h>
#endif
Index: _CGmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/cg/_CGmodule.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** _CGmodule.c 2001年12月13日 13:17:20 1.1
--- _CGmodule.c 2001年12月13日 13:40:04 1.2
***************
*** 21,25 ****
#include <CGContext.h>
#else
! #include <CoreGraphics/CoreGraphics.h>
#endif
--- 21,25 ----
#include <CGContext.h>
#else
! #include <ApplicationServices/ApplicationServices.h>
#endif