add missing ctypes things (#13147)

This commit is contained in:
Stephen Morton
2024-11-28 12:09:47 -08:00
committed by GitHub
parent 5c7d51f3b8
commit 7a0f6837e9
4 changed files with 17 additions and 11 deletions

View File

@@ -4,3 +4,5 @@ def find_library(name: str) -> str | None: ...
if sys.platform == "win32":
def find_msvcrt() -> str | None: ...
def test() -> None: ...