[Python-checkins] CVS: python/dist/src/Mac/Modules/dlg dlgsupport.py,1.25,1.26

Jack Jansen jackjansen@users.sourceforge.net
2001年11月05日 08:16:41 -0800


Update of /cvsroot/python/python/dist/src/Mac/Modules/dlg
In directory usw-pr-cvs1:/tmp/cvs-serv18756/python/Mac/Modules/dlg
Modified Files:
	dlgsupport.py 
Log Message:
First tweaks to allow MacPython to be compiled with
Universal Headers 3.4
Index: dlgsupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/dlg/dlgsupport.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** dlgsupport.py	2001年08月23日 13:48:18	1.25
--- dlgsupport.py	2001年11月05日 16:16:39	1.26
***************
*** 48,52 ****
 #endif
 
! #if !ACCESSOR_CALLS_ARE_FUNCTIONS
 #define GetDialogTextEditHandle(dlg) (((DialogPeek)(dlg))->textH)
 #define SetPortDialogPort(dlg) SetPort(dlg)
--- 48,52 ----
 #endif
 
! #if !ACCESSOR_CALLS_ARE_FUNCTIONS && UNIVERSAL_INTERFACES_VERSION < 0x340
 #define GetDialogTextEditHandle(dlg) (((DialogPeek)(dlg))->textH)
 #define SetPortDialogPort(dlg) SetPort(dlg)

AltStyle によって変換されたページ (->オリジナル) /