Commit 06b3ddea authored by Martin v. Löwis's avatar Martin v. Löwis

Drop information about 2.4 DLLs.

parent 0a4e98bf
......@@ -122,11 +122,6 @@ extensions = [
'_ctypes_test.pyd'
]
if major+minor <= "24":
extensions.extend([
'zlib.pyd',
])
# Well-known component UUIDs
# These are needed for SharedDLLs reference counter; if
# a different UUID was used for each incarnation of, say,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment