[Python-checkins] CVS: python/dist/src/Mac/Modules/app _Appmodule.c,1.1,1.2

Jack Jansen jackjansen@users.sourceforge.net
Wed, 05 Sep 2001 03:31:09 -0700


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

Modified Files:
	_Appmodule.c 
Log Message:
Shut up many more gcc warnings.

Index: _Appmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/app/_Appmodule.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** _Appmodule.c	2001/08/23 14:01:51	1.1
--- _Appmodule.c	2001/09/05 10:31:07	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 */