From: David Flynn Date: Wed, 1 Apr 2009 21:40:05 +0000 (+0000) Subject: win32: remove old attempts to define snprintf _snprintf X-Git-Tag: 1.0.0-pre2~253 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3bceb9cfef124ace40526336905a2a0656bb5630;p=vlc win32: remove old attempts to define snprintf _snprintf fixup code handles this now. Signed-off-by: David Flynn Signed-off-by: Jean-Baptiste Kempf --- diff --git a/include/vlc_common.h b/include/vlc_common.h index e5fdd7f1d7..77881158cf 100644 --- a/include/vlc_common.h +++ b/include/vlc_common.h @@ -783,14 +783,6 @@ VLC_EXPORT( char *, vlc_strcasestr, ( const char *s1, const char *s2 ) LIBVLC_US # ifndef alloca # define alloca _alloca -# endif - - /* These two are not defined in mingw32 (bug?) */ -# ifndef snprintf -# define snprintf _snprintf -# endif -# ifndef vsnprintf -# define vsnprintf _vsnprintf # endif # include