[Python-checkins] python/dist/src/Mac/Modules/win winsupport.py,1.30,1.31
jackjansen@users.sourceforge.net
jackjansen@users.sourceforge.net
Thu, 22 Aug 2002 16:30:51 -0700
Update of /cvsroot/python/python/dist/src/Mac/Modules/win
In directory usw-pr-cvs1:/tmp/cvs-serv18635/Mac/Modules/win
Modified Files:
winsupport.py
Log Message:
Moved CoreFoundation type support to bgen/macsupport.
Index: winsupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/win/winsupport.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** winsupport.py 18 Dec 2001 15:38:59 -0000 1.30
--- winsupport.py 22 Aug 2002 23:30:49 -0000 1.31
***************
*** 52,56 ****
WindowDefPartCode = Type("WindowDefPartCode", "h")
WindowModality = Type("WindowModality", "l")
- CFStringRef = OpaqueByValueType("CFStringRef", "CFStringRefObj")
GDHandle = OpaqueByValueType("GDHandle", "ResObj")
WindowConstrainOptions = Type("WindowConstrainOptions", "l")
--- 52,55 ----