mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-05 01:17:39 +08:00
Add a few missing things on Windows, py310+ (#10817)
This commit is contained in:
@@ -255,3 +255,4 @@ if sys.platform == "win32":
|
||||
|
||||
if sys.version_info >= (3, 12):
|
||||
def CopyFile2(existing_file_name: str, new_file_name: str, flags: int, progress_routine: int | None = None) -> int: ...
|
||||
def NeedCurrentDirectoryForExePath(__exe_name: str) -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user