diff --git a/py_gd/py_gd.pxd b/py_gd/py_gd.pxd index 7608cc7..c03e6f9 100644 --- a/py_gd/py_gd.pxd +++ b/py_gd/py_gd.pxd @@ -10,6 +10,7 @@ from libc.stdio cimport FILE IF UNAME_SYSNAME == "Windows": cdef extern from "": # ctypedef Py_UNICODE wchar_t + wchar_t FILE *_wfopen(const wchar_t *filename, const wchar_t *mode) ## access the gd header files: