[Python-checkins] CVS: python/dist/src/Mac/Python getapplbycreator.c,1.2,1.3

Jack Jansen jackjansen@users.sourceforge.net
Sat, 19 May 2001 05:57:24 -0700


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

Modified Files:
	getapplbycreator.c 
Log Message:
Another include Carbon/Carbon.h


Index: getapplbycreator.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Python/getapplbycreator.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** getapplbycreator.c	1997/01/31 16:14:39	1.2
--- getapplbycreator.c	2001/05/19 12:57:22	1.3
***************
*** 42,48 ****
--- 42,52 ----
  */
  
+ #ifdef WITHOUT_FRAMEWORKS
  #include <Types.h>
  #include <Files.h>
  #include <Errors.h>
+ #else
+ #include <Carbon/Carbon.h>
+ #endif
  #include "getapplbycreator.h"