Drop information about 2.4 DLLs.
This commit is contained in:
parent
0a4e98bf13
commit
06b3ddea23
|
@ -122,11 +122,6 @@ extensions = [
|
||||||
'_ctypes_test.pyd'
|
'_ctypes_test.pyd'
|
||||||
]
|
]
|
||||||
|
|
||||||
if major+minor <= "24":
|
|
||||||
extensions.extend([
|
|
||||||
'zlib.pyd',
|
|
||||||
])
|
|
||||||
|
|
||||||
# Well-known component UUIDs
|
# Well-known component UUIDs
|
||||||
# These are needed for SharedDLLs reference counter; if
|
# These are needed for SharedDLLs reference counter; if
|
||||||
# a different UUID was used for each incarnation of, say,
|
# a different UUID was used for each incarnation of, say,
|
||||||
|
|
Loading…
Reference in New Issue