mirror of https://github.com/python/cpython.git
Closes #13740: SND_NOWAIT seems to be ignored on modern Windows.
This commit is contained in:
parent
c30b59fe3d
commit
aeaecfd257
|
@ -126,6 +126,10 @@ provided by Windows platforms. It includes functions and several constants.
|
|||
|
||||
Return immediately if the sound driver is busy.
|
||||
|
||||
.. note::
|
||||
|
||||
This flag is not supported on modern Windows platforms.
|
||||
|
||||
|
||||
.. data:: MB_ICONASTERISK
|
||||
|
||||
|
|
Loading…
Reference in New Issue