mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Add some missing Windows constants (#8346)
This commit is contained in:
@@ -8,6 +8,10 @@ if sys.platform == "win32":
|
||||
LK_NBLCK: Literal[2]
|
||||
LK_RLCK: Literal[3]
|
||||
LK_NBRLCK: Literal[4]
|
||||
SEM_FAILCRITICALERRORS: int
|
||||
SEM_NOALIGNMENTFAULTEXCEPT: int
|
||||
SEM_NOGPFAULTERRORBOX: int
|
||||
SEM_NOOPENFILEERRORBOX: int
|
||||
def locking(__fd: int, __mode: int, __nbytes: int) -> None: ...
|
||||
def setmode(__fd: int, __mode: int) -> int: ...
|
||||
def open_osfhandle(__handle: int, __flags: int) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user