libxls / libxls

Read binary Excel files from C/C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i changed ssize_t to size_t

mmjvox opened this issue · comments

ssize_t was not detected when I tried to build with msvc. But it didn't have any problem on linux and gcc.
To buidl on msvc and use it, I had to replace ssize_t with size_t in whole files. I didn't face any problems in build time and some testing on my project.
I know difference of ssize_t and size_t but, But I want to know will it raise any errors in future?

I applied your patch and rebuilt again. 🥳
Thanks 🥰🥰🥰🥰