[Python-checkins] CVS: python/dist/src/Mac/Modules/ctl _Ctlmodule.c,1.11,1.12

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


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

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

Index: _Ctlmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/ctl/_Ctlmodule.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** _Ctlmodule.c	2001/12/18 12:53:45	1.11
--- _Ctlmodule.c	2001/12/18 15:38:11	1.12
***************
*** 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 */