[Python-checkins] CVS: python/dist/src/Mac/Modules/dlg _Dlgmodule.c,1.2,1.3

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


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

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

Index: _Dlgmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/dlg/_Dlgmodule.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** _Dlgmodule.c	2001/09/04 22:18:41	1.2
--- _Dlgmodule.c	2001/09/05 10:30:32	1.3
***************
*** 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 */