summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/win/winedit.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Modules/win/winedit.py')
-rw-r--r--Mac/Modules/win/winedit.py2
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)