[Python-checkins] CVS: python/dist/src/Tools/bgen/bgen macsupport.py,1.24,1.25

Jack Jansen jackjansen@users.sourceforge.net
Tue, 18 Dec 2001 07:48:30 -0800


Update of /cvsroot/python/python/dist/src/Tools/bgen/bgen
In directory usw-pr-cvs1:/tmp/cvs-serv18321/python/Tools/bgen/bgen

Modified Files:
	macsupport.py 
Log Message:
Small change to allow for generation of QuickTime module for Windows.

Index: macsupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/bgen/bgen/macsupport.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** macsupport.py	2001/11/30 14:16:36	1.24
--- macsupport.py	2001/12/18 15:48:28	1.25
***************
*** 117,122 ****
--- 117,126 ----
  # Stuff added immediately after the system include files
  includestuff = """
+ #ifdef _WIN32
+ #include "pywintoolbox.h"
+ #else
  #include "macglue.h"
  #include "pymactoolbox.h"
+ #endif
  
  /* Macro to test whether a weak-loaded CFM function exists */