[Python-checkins] python/dist/src/Mac/Modules/snd _Sndihooks.c, 1.1, 1.2 _Sndmodule.c, 1.17, 1.18

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Thu Nov 20 08:31:01 EST 2003


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

Modified Files:
	_Sndihooks.c _Sndmodule.c 
Log Message:
Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.
Cleaned up various things in the toolbox modules.


Index: _Sndihooks.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/snd/_Sndihooks.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** _Sndihooks.c	23 Aug 2001 13:58:34 -0000	1.1
--- _Sndihooks.c	20 Nov 2003 13:30:59 -0000	1.2
***************
*** 31,35 ****
  
  #include "Python.h"
- #include "macglue.h"
  #include "pymactoolbox.h"
  #include <Sound.h>
--- 31,34 ----

Index: _Sndmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/snd/_Sndmodule.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** _Sndmodule.c	19 Nov 2003 16:13:34 -0000	1.17
--- _Sndmodule.c	20 Nov 2003 13:30:59 -0000	1.18
***************
*** 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 */
--- 6,10 ----





More information about the Python-checkins mailing list