Skip to content

Commit

Permalink
Merge pull request #84 from ofajardo/dev_signature
Browse files Browse the repository at this point in the history
Dev signature
  • Loading branch information
ofajardo authored Jun 23, 2022
2 parents c9396d8 + a0b9d99 commit 86ef314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyreadr/librdata.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ cdef extern from 'libs/librdata/src/rdata_io_unistd.h':
IF UNAME_SYSNAME == 'Windows':

cdef extern from 'Python.h':
wchar_t* PyUnicode_AsWideCharString(object, Py_ssize_t *)
wchar_t* PyUnicode_AsWideCharString(object, Py_ssize_t *) except NULL

cdef extern from '<fcntl.h>':
int _wsopen(const wchar_t *filename, int oflag, int shflag, int pmode)
Expand Down

0 comments on commit 86ef314

Please sign in to comment.