Hi,
This is a first attempt to compile the library with msvc.
The changes are:
* ssize_t -> size_t
* vasprintf -> vsnprintf, malloc, sprintf
* removed unavailable headers
* added cmake file
To compile it, use cmake . This will generate a visual
studio solution file which you can open and build
Hi,
This is a first attempt to compile the library with msvc.
The changes are:
* ssize_t -> size_t
* vasprintf -> vsnprintf, malloc, sprintf
* removed unavailable headers
* added cmake file
To compile it, use cmake . This will generate a visual
studio solution file which you can open and build