[vlc-commits] remove hack no longer needed for win32
Rafaël Carré
git at videolan.org
Thu Sep 29 00:55:08 CEST 2011
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Sep 28 18:54:28 2011 -0400| [510b8c25b19f3508b2a747ab6360a6d3d3bf724a] | committer: Rafaël Carré
remove hack no longer needed for win32
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=510b8c25b19f3508b2a747ab6360a6d3d3bf724a
---
include/vlc_common.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/include/vlc_common.h b/include/vlc_common.h
index a6f3534..8e03ed3 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -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 */
More information about the vlc-commits
mailing list