Update vendored windows libs

This commit is contained in:
Labrys of Knossos 2022-11-28 05:59:32 -05:00
commit b1cefa94e5
226 changed files with 33472 additions and 11882 deletions

5
libs/win/path/masks.pyi Normal file
View file

@ -0,0 +1,5 @@
from typing import Any, Callable
def compose(*funcs: Callable[..., Any]) -> Callable[..., Any]: ...
def compound(mode: str) -> Callable[[int], int]: ...
def simple(mode: str) -> Callable[[int], int]: ...