Re: [Mingw-w64-public] fopen_s missing on XP required for mariadbclient

2015-01-28 Thread Martell Malone
Hi Philip, I was following this issue on msys2. Would the mariabd guys not allow fopen instead of fopen_s to be used in their source? I can create an emulated function for mingw-w64 for you but it's not up to me if it gets merged Kind Regards Martell On Wed, Jan 28, 2015 at 10:48 PM, Philip A Re

[Mingw-w64-public] fopen_s missing on XP required for mariadbclient

2015-01-28 Thread Philip A Reimer
Would someone be able to add fopen_s to mingw? I am unable to use MariaDB Client Library on Windows XP https://mariadb.atlassian.net/browse/CONC-106 I am currently using this patch https://gist.github.com/ant32/41a28b552c7405a55ab9 as a workaround -