Home
last modified time | relevance | path

Searched refs:wsound (Results 1 – 1 of 1) sorted by relevance

/third_party/python/PC/
Dwinsound.c80 wchar_t *wsound; in winsound_PlaySound_impl() local
84 wsound = NULL; in winsound_PlaySound_impl()
96 wsound = (wchar_t *)view.buf; in winsound_PlaySound_impl()
104 wsound = PyUnicode_AsWideCharString(sound, NULL); in winsound_PlaySound_impl()
105 if (wsound == NULL) { in winsound_PlaySound_impl()
112 ok = PlaySoundW(wsound, NULL, flags); in winsound_PlaySound_impl()
117 PyMem_Free(wsound); in winsound_PlaySound_impl()