Add missing winapi constants for 3.13 (#12657)

This commit is contained in:
Max Muoto
2024-09-14 04:39:22 -05:00
committed by GitHub
parent 9e787769c6
commit eaeb56ffcf
3 changed files with 19 additions and 15 deletions

View File

@@ -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...)