K I'll have you some patches in a few days......time to learn autoconf. =P
Steven
-----Original Message----- From: wine-devel-admin@winehq.com [mailto:wine-devel-admin@winehq.com] On Behalf Of Alexandre Julliard Sent: Monday, March 18, 2002 5:05 PM To: Steven_Ed4153@yahoo.com Cc: wine-devel@winehq.com Subject: Re: _snprintf vs snprintf + proposed patch
"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.