"Steven Edwards" Steven_Ed4153@yahoo.com writes:
Do I need to make a check for HAVE_SNPRINTF? I'm using msys and mingw so I can write a configure check if that is what is needed.
Yes, you should add a configure check and probably a #define in wine/port.h. Check how Patrik did it for popen vs. _popen.