[Python-checkins] CVS: python/dist/src/Mac/Modules/help _Helpmodule.c,1.4,1.5

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


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

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

Index: _Helpmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/help/_Helpmodule.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** _Helpmodule.c	2001/12/16 20:16:09	1.4
--- _Helpmodule.c	2001/12/18 15:37:39	1.5
***************
*** 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 */