This patch replaces windows specific function strcat_s and strcpy_s and use std::string instead to fix the build with mingw. OK?
Thanks,
Abid
filespce_cpp.patch (673 Bytes)
This patch replaces windows specific function strcat_s and strcpy_s and use std::string instead to fix the build with mingw. OK?
Thanks,
Abid
filespce_cpp.patch (673 Bytes)
Looks good.