[Python-checkins] CVS: python/dist/src/Mac/Modules/scrap Scrapmodule.c,1.5,1.6

Jack Jansen jackjansen@users.sourceforge.net
Tue, 22 May 2001 14:55:23 -0700


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

Modified Files:
	Scrapmodule.c 
Log Message:
Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.

Index: Scrapmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/scrap/Scrapmodule.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** Scrapmodule.c	2001/01/29 15:20:06	1.5
--- Scrapmodule.c	2001/05/22 21:55:21	1.6
***************
*** 9,13 ****
--- 9,17 ----
  #include "pymactoolbox.h"
  
+ #ifdef WITHOUT_FRAMEWORKS
  #include <Scrap.h>
+ #else
+ #include <Carbon/Carbon.h>
+ #endif
  
  /*