summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/win/winsupport.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1998-10-22 15:08:00 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1998-10-22 15:08:00 (GMT)
commitcdcbd1f02bfbf80bb8d0a93ce91a640404f0304b (patch)
treeee25d3f6209e42182986cc553174a8114ae44bfa /Mac/Modules/win/winsupport.py
parent3dd1c39c809d77a90112a94b0aec373f86d1b751 (diff)
downloadcpython-cdcbd1f02bfbf80bb8d0a93ce91a640404f0304b.zip
cpython-cdcbd1f02bfbf80bb8d0a93ce91a640404f0304b.tar.gz
cpython-cdcbd1f02bfbf80bb8d0a93ce91a640404f0304b.tar.bz2
Added {Get,Set}WindowUserData methods.
Diffstat (limited to 'Mac/Modules/win/winsupport.py')
-rw-r--r--Mac/Modules/win/winsupport.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Mac/Modules/win/winsupport.py b/Mac/Modules/win/winsupport.py
index c7e1f7a..6150819 100644
--- a/Mac/Modules/win/winsupport.py
+++ b/Mac/Modules/win/winsupport.py
@@ -42,9 +42,6 @@ includestuff = includestuff + """
#define resNotFound -192 /* Can't include <Errors.h> because of Python's "errors.h" */
-#ifdef HAVE_UNIVERSAL_HEADERS
-#define WindowPeek WindowPtr
-#endif
"""
finalstuff = finalstuff + """