[Python-checkins] CVS: python/dist/src/Mac/Modules/waste wastemodule.c,1.20,1.21
Jack Jansen
jackjansen@users.sourceforge.net
2001年12月18日 07:36:15 -0800
Update of /cvsroot/python/python/dist/src/Mac/Modules/waste
In directory usw-pr-cvs1:/tmp/cvs-serv14909/python/Mac/Modules/waste
Modified Files:
wastemodule.c
Log Message:
Updated to Universal Headers 3.4
Index: wastemodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/waste/wastemodule.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** wastemodule.c 2001年12月08日 18:02:54 1.20
--- wastemodule.c 2001年12月18日 15:36:13 1.21
***************
*** 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 */