win32: remove old attempts to define snprintf _snprintf

fixup code handles this now.

Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
This commit is contained in:
David Flynn 2009-04-01 21:40:05 +00:00 committed by Jean-Baptiste Kempf
parent 30f33e7a0e
commit 3bceb9cfef
1 changed files with 0 additions and 8 deletions

View File

@ -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 <tchar.h>