]> git.sesse.net Git - vlc/commitdiff
win32: remove old attempts to define snprintf _snprintf
authorDavid Flynn <davidf@rd.bbc.co.uk>
Wed, 1 Apr 2009 21:40:05 +0000 (21:40 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 3 Apr 2009 10:11:02 +0000 (12:11 +0200)
fixup code handles this now.

Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
include/vlc_common.h

index e5fdd7f1d7ce7087858824197375a8db8e47b539..77881158cfc4f34f64154d7a9f840960e0513ad6 100644 (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>