changeset 71:b0cd22d2ad68 libavutil

remove old msvc cruft
author mru
date Thu, 13 Jul 2006 23:47:16 +0000
parents 57690086d387
children 6bddc9b2c9de
files common.h
diffstat 1 files changed, 2 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/common.h	Thu Jul 13 23:10:28 2006 +0000
+++ b/common.h	Thu Jul 13 23:47:16 2006 +0000
@@ -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