[Python-checkins] CVS: python/dist/src/Mac/Modules/icn _Icnmodule.c,1.1,1.2
Jack Jansen
jackjansen@users.sourceforge.net
Wed, 05 Sep 2001 03:30:11 -0700
Update of /cvsroot/python/python/dist/src/Mac/Modules/icn
In directory usw-pr-cvs1:/tmp/cvs-serv11551/python/Mac/Modules/icn
Modified Files:
_Icnmodule.c
Log Message:
Shut up many more gcc warnings.
Index: _Icnmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/icn/_Icnmodule.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** _Icnmodule.c 2001/08/23 14:00:41 1.1
--- _Icnmodule.c 2001/09/05 10:30:09 1.2
***************
*** 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 */