[Python-checkins] CVS: python/dist/src/Mac/Modules/cm _Cmmodule.c,1.6,1.7

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


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

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

Index: _Cmmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/cm/_Cmmodule.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** _Cmmodule.c	2001/12/16 20:16:48	1.6
--- _Cmmodule.c	2001/12/18 15:38:17	1.7
***************
*** 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 */