Re: [AD] SF.net SVN: alleg:[12042] allegro/branches/4.9

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


On Sun, 2009-05-03 at 11:52 +0200, Milan Mimica wrote:
> The changes bellow broke MSVC build. snprintf() is C99.
> 
> 

What has to be used instead? Do we have something like _al_snprintf...
or is it enough to simply

#ifdef MSVC
#define snprintf _snprintf
#endif

?

-- 
Elias Pschernig <elias@xxxxxxxxxx>





Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/