Disable GetWindowSpareFlag and GetWindowGoAwayBox on carbon.
diff --git a/Mac/Modules/win/winscan.py b/Mac/Modules/win/winscan.py
index cdc2b66..dcb62c3 100644
--- a/Mac/Modules/win/winscan.py
+++ b/Mac/Modules/win/winscan.py
@@ -68,6 +68,8 @@
'IsValidWindowPtr', # I think this is useless for Python, but not sure...
'GetWindowZoomFlag', # Not available in Carbon
'GetWindowTitleWidth', # Ditto
+ 'GetWindowGoAwayFlag',
+ 'GetWindowSpareFlag',
]),
('#if TARGET_API_MAC_CARBON', [
'IsWindowUpdatePending',