Skip to content

Commit c5f7547

Browse files
committed
Add _winapi.GetTickCount64
1 parent 9f89f23 commit c5f7547

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

stdlib/_winapi.pyi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,3 +312,6 @@ if sys.platform == "win32":
312312
if sys.version_info >= (3, 12):
313313
def CopyFile2(existing_file_name: str, new_file_name: str, flags: int, progress_routine: int | None = None) -> int: ...
314314
def NeedCurrentDirectoryForExePath(exe_name: str, /) -> bool: ...
315+
316+
if sys.version_info >= (3, 15):
317+
def GetTickCount64() -> int: ...

0 commit comments

Comments
 (0)