Skip to content
Snippets Groups Projects
Commit 9ff18a70 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

10l

Originally committed as revision 3282 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent da1da890
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
# include <stdio.h> # include <stdio.h>
# include <string.h> # include <string.h>
# include <ctype.h> # include <ctype.h>
# include <limits.h>
# ifndef __BEOS__ # ifndef __BEOS__
# include <errno.h> # include <errno.h>
# else # else
...@@ -130,7 +131,7 @@ typedef unsigned int uint_fast32_t; ...@@ -130,7 +131,7 @@ typedef unsigned int uint_fast32_t;
#endif #endif
#ifndef INT_BIT #ifndef INT_BIT
# if INT_MAX == INT64_MAX # if INT_MAX != 2147483647
# define INT_BIT 64 # define INT_BIT 64
# else # else
# define INT_BIT 32 # define INT_BIT 32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment