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

Jack Jansen jackjansen@users.sourceforge.net
Tue, 18 Dec 2001 07:38:26 -0800


Update of /cvsroot/python/python/dist/src/Mac/Modules/cg
In directory usw-pr-cvs1:/tmp/cvs-serv15730/python/Mac/Modules/cg

Modified Files:
	_CGmodule.c 
Log Message:
Updated to Universal Headers 3.4

Index: _CGmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/cg/_CGmodule.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** _CGmodule.c	2001/12/13 13:40:04	1.2
--- _CGmodule.c	2001/12/18 15:38:24	1.3
***************
*** 6,11 ****
--- 6,15 ----
  
  
+ #ifdef _WIN32
+ #include "pywintoolbox.h"
+ #else
  #include "macglue.h"
  #include "pymactoolbox.h"
+ #endif
  
  /* Macro to test whether a weak-loaded CFM function exists */