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

Jack Jansen jackjansen@users.sourceforge.net
Mon, 05 Nov 2001 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)