]> git.sesse.net Git - vlc/commitdiff
remove hack no longer needed for win32
authorRafaël Carré <funman@videolan.org>
Wed, 28 Sep 2011 22:54:28 +0000 (18:54 -0400)
committerRafaël Carré <funman@videolan.org>
Wed, 28 Sep 2011 22:54:54 +0000 (18:54 -0400)
include/vlc_common.h

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