Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBarker-NOAA committed Mar 12, 2024
1 parent d99c72d commit 8d5098a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py_gd/py_gd.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ import cython

from libc.stdio cimport FILE
IF UNAME_SYSNAME == "Windows":
from libc.stddef cimport wchar_t
cdef extern from "<windows.h>":
# ctypedef Py_UNICODE wchar_t
wchar_t
# ctypedef WCHAR wchar_t
FILE *_wfopen(const wchar_t *filename, const wchar_t *mode)

## access the gd header files:
Expand Down

0 comments on commit 8d5098a

Please sign in to comment.