_vsnprintf clashes with a function in mingw's stdio.h header #130
Labels
bug
Something isn't working
platform-incompatibility
The library is making assumptions causing it to fail on platforms where they do not hold.
resolved-on-develop
A changeset fixing this issue has been commiutted to the development branch
Apparently, the mingw environment's C standard header stdio.h has a function named
_vsnprintf
; this clashes with our_vsnprintf
- at least in the test program which includesprintf.c
.The text was updated successfully, but these errors were encountered: