[Python-checkins] CVS: python/dist/src/Mac/Modules/snd _Sndmodule.c,1.5,1.6

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


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

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

Index: _Sndmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/snd/_Sndmodule.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** _Sndmodule.c	2001/12/08 18:02:53	1.5
--- _Sndmodule.c	2001/12/18 15:36:25	1.6
***************
*** 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 */