mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Add missing winapi constants for 3.13 (#12657)
This commit is contained in:
@@ -8,18 +8,6 @@ _winapi.OpenEventW
|
||||
_winapi.OpenMutexW
|
||||
_winapi.ReleaseMutex
|
||||
_winapi.ResetEvent
|
||||
_winapi.STARTF_FORCEOFFFEEDBACK
|
||||
_winapi.STARTF_FORCEONFEEDBACK
|
||||
_winapi.STARTF_PREVENTPINNING
|
||||
_winapi.STARTF_RUNFULLSCREEN
|
||||
_winapi.STARTF_TITLEISAPPID
|
||||
_winapi.STARTF_TITLEISLINKNAME
|
||||
_winapi.STARTF_UNTRUSTEDSOURCE
|
||||
_winapi.STARTF_USECOUNTCHARS
|
||||
_winapi.STARTF_USEFILLATTRIBUTE
|
||||
_winapi.STARTF_USEHOTKEY
|
||||
_winapi.STARTF_USEPOSITION
|
||||
_winapi.STARTF_USESIZE
|
||||
_winapi.SetEvent
|
||||
nt.fchmod
|
||||
nt.lchmod
|
||||
@@ -30,9 +18,6 @@ os.fchmod
|
||||
os.lchmod
|
||||
os.path.exists
|
||||
os.path.lexists
|
||||
subprocess.__all__
|
||||
subprocess.STARTF_FORCEOFFFEEDBACK
|
||||
subprocess.STARTF_FORCEONFEEDBACK
|
||||
|
||||
# Undocumented internal method, not really for public consumption.
|
||||
# (Hard to add types for unless we add stubs for the undocumented _overlapped module...)
|
||||
|
||||
Reference in New Issue
Block a user