Commit f0f41314 authored by mru's avatar mru

remove old msvc cruft


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5735 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7890aa86
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment