Skip to content

Commit

Permalink
added wchar_t to pxd file
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBarker-NOAA committed Mar 12, 2024
1 parent e873efa commit d99c72d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py_gd/py_gd.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ from libc.stdio cimport FILE
IF UNAME_SYSNAME == "Windows":
cdef extern from "<windows.h>":
# ctypedef Py_UNICODE wchar_t
wchar_t
FILE *_wfopen(const wchar_t *filename, const wchar_t *mode)

## access the gd header files:
Expand Down

0 comments on commit d99c72d

Please sign in to comment.