diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-01-09 22:09:31 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-01-09 22:09:31 (GMT) |
commit | 0d202b740399241d332c21960611943a0789190a (patch) | |
tree | ff6414ac6cc25160f0b74619a0cd1332a5e729d5 /Mac/Modules/win/winedit.py | |
parent | 42181dba8ecf9736ae0ec2384aa4307533c835e1 (diff) | |
download | cpython-0d202b740399241d332c21960611943a0789190a.zip cpython-0d202b740399241d332c21960611943a0789190a.tar.gz cpython-0d202b740399241d332c21960611943a0789190a.tar.bz2 |
Various tweaks to make it everything build and compile again under carbon. Mainly greylisted functions.
Diffstat (limited to 'Mac/Modules/win/winedit.py')
-rw-r--r-- | Mac/Modules/win/winedit.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Modules/win/winedit.py b/Mac/Modules/win/winedit.py index 09fd300..b1e27c3 100644 --- a/Mac/Modules/win/winedit.py +++ b/Mac/Modules/win/winedit.py @@ -8,6 +8,7 @@ methods.append(f) f = Method(Boolean, 'GetWindowZoomFlag', (WindowRef, 'theWindow', InMode), + condition='#if !TARGET_API_MAC_CARBON' ) methods.append(f) @@ -31,6 +32,7 @@ methods.append(f) f = Method(short, 'GetWindowTitleWidth', (WindowRef, 'theWindow', InMode), + condition='#if !TARGET_API_MAC_CARBON' ) methods.append(f) |