[Python-checkins] CVS: python/dist/src/Mac/Modules/mlte mltesupport.py,1.5,1.6
Jack Jansen
jackjansen@users.sourceforge.net
Sat, 01 Sep 2001 16:38:15 -0700
Update of /cvsroot/python/python/dist/src/Mac/Modules/mlte
In directory usw-pr-cvs1:/tmp/cvs-serv2690/Python/Mac/Modules/mlte
Modified Files:
mltesupport.py
Log Message:
Include Carbon/Carbon.h if we're on OSX.
Index: mltesupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/mlte/mltesupport.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** mltesupport.py 2001/08/23 13:50:07 1.5
--- mltesupport.py 2001/09/01 23:38:13 1.6
***************
*** 24,28 ****
#include <MacTextEditor.h>
#else
! #include <xxxx.h>
#endif
--- 24,28 ----
#include <MacTextEditor.h>
#else
! #include <Carbon/Carbon.h>
#endif