diff options
Diffstat (limited to 'PC/winsound.c')
-rw-r--r-- | PC/winsound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/winsound.c b/PC/winsound.c index 1ed95ba..b564eab 100644 --- a/PC/winsound.c +++ b/PC/winsound.c @@ -72,7 +72,7 @@ PyDoc_STRVAR(sound_module_doc, static PyObject * sound_playsound(PyObject *s, PyObject *args) { - Py_UNICODE *wsound; + wchar_t *wsound; int flags; int ok; |