提交 b2b48c77 编写于 作者: M Måns Rullgård

remove old msvc cruft

Originally committed as revision 5735 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 43756fa1
......@@ -94,14 +94,8 @@
typedef unsigned char uint8_t;
typedef unsigned short uint16_t;
typedef unsigned int uint32_t;
# ifdef __MINGW32__
typedef signed __int64 int64_t;
typedef unsigned __int64 uint64_t;
# else /* other OS */
typedef signed long long int64_t;
typedef unsigned long long uint64_t;
# endif /* other OS */
typedef signed long long int64_t;
typedef unsigned long long uint64_t;
#endif /* EMULATE_INTTYPES */
#ifndef PRId64
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册