mirror of
https://github.com/python/cpython.git
synced 2025-11-10 14:31:24 +00:00
Add ctypes.
This commit is contained in:
parent
4196296605
commit
a09655ec5d
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue