From 3bceb9cfef124ace40526336905a2a0656bb5630 Mon Sep 17 00:00:00 2001 From: David Flynn Date: Wed, 1 Apr 2009 21:40:05 +0000 Subject: [PATCH] win32: remove old attempts to define snprintf _snprintf fixup code handles this now. Signed-off-by: David Flynn Signed-off-by: Jean-Baptiste Kempf --- include/vlc_common.h | 8 -------- 1 file changed, 8 deletions(-) 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 -- 2.39.5