Skip to content
Snippets Groups Projects
Commit b5eaa60d1476 authored by Chun-wei Fan's avatar Chun-wei Fan
Browse files

python/libxslt.c: Replace ssize_t with Py_ssize_t

This ensures that we have the ssize_t that we want on all compilers supported
by Python, since ssize_t is not supported on Visual Studio, for instance, since
it is a POSIX type.
parent 9001c7f5542b
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment