[Python-checkins] CVS: python/dist/src/Mac/Modules/list _Listmodule.c,1.8,1.9

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


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

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

Index: _Listmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/list/_Listmodule.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** _Listmodule.c	2001/12/16 20:15:59	1.8
--- _Listmodule.c	2001/12/18 15:37:25	1.9
***************
*** 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 */