]> git.sesse.net Git - vlc/commitdiff
Win32: always use mingw's snprintf
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 29 Oct 2011 10:01:34 +0000 (12:01 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 30 Oct 2011 23:42:18 +0000 (00:42 +0100)
include/vlc_common.h

index a752692375869d92bad9405fec0db85fb44322d6..791762fabdbb36d72226c6502394e5b3b829e53d 100644 (file)
@@ -76,6 +76,8 @@
  #define PRIo64 "llo"
  #undef PRIx64
  #define PRIx64 "llx"
+ #define snprintf __mingw_snprintf
+ #define vsnprintf __mingw_vsnprintf
 #endif
 
 /* Function attributes for compiler warnings */