mirror of https://github.com/python/cpython
Add ctypes.
This commit is contained in:
parent
4196296605
commit
a09655ec5d
|
@ -108,6 +108,8 @@ extensions = [
|
||||||
'_testcapi.pyd',
|
'_testcapi.pyd',
|
||||||
'_tkinter.pyd',
|
'_tkinter.pyd',
|
||||||
'_msi.pyd',
|
'_msi.pyd',
|
||||||
|
'_ctypes.pyd',
|
||||||
|
'_ctypes_test.pyd'
|
||||||
]
|
]
|
||||||
|
|
||||||
if major+minor <= "24":
|
if major+minor <= "24":
|
||||||
|
|
Loading…
Reference in New Issue