[Python-checkins] CVS: python/dist/src/Mac/Modules/ctl ctlscan.py,1.19,1.20

Jack Jansen jackjansen@users.sourceforge.net
Wed, 20 Jun 2001 14:31:25 -0700


Update of /cvsroot/python/python/dist/src/Mac/Modules/ctl
In directory usw-pr-cvs1:/tmp/cvs-serv2391/Python/Mac/Modules/ctl

Modified Files:
	ctlscan.py 
Log Message:
Don't use extern when we mean staticforward (OSX gcc is picky about it).
Blacklist SendControlMessage: it's signature has changed between Universal Headers 3.3 and 3.4.

Index: ctlscan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/ctl/ctlscan.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** ctlscan.py	2001/01/09 22:08:33	1.19
--- ctlscan.py	2001/06/20 21:31:23	1.20
***************
*** 80,83 ****
--- 80,84 ----
  			'SetControlProperty',
  			'GetControlPropertySize',
+ 			'SendControlMessage', # Parameter changed from long to void* from UH3.3 to UH3.4
  			]