[Python-checkins] python/dist/src/Mac/Modules ColorPickermodule.c,1.3,1.4

jvr@users.sourceforge.net jvr@users.sourceforge.net
Sat, 24 May 2003 13:14:26 -0700


Update of /cvsroot/python/python/dist/src/Mac/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv23066

Modified Files:
	ColorPickermodule.c 
Log Message:
modernized ColorPicker somewhat

Index: ColorPickermodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/ColorPickermodule.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ColorPickermodule.c	14 Jul 2000 22:16:36 -0000	1.3
--- ColorPickermodule.c	24 May 2003 20:14:24 -0000	1.4
***************
*** 22,26 ****
--- 22,30 ----
  ******************************************************************/
  
+ #ifdef WITHOUT_FRAMEWORKS
  #include <ColorPicker.h>
+ #else
+ #include <Carbon/Carbon.h>
+ #endif
  #include "Python.h"
  #include "macglue.h"