Skip to content
Snippets Groups Projects
Commit 1dd59061 authored by Måns Rullgård's avatar Måns Rullgård
Browse files

remove impossible #ifdef case

Originally committed as revision 5736 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b2b48c77
No related branches found
No related tags found
No related merge requests found
...@@ -176,18 +176,8 @@ typedef uint64_t uint_fast64_t; ...@@ -176,18 +176,8 @@ typedef uint64_t uint_fast64_t;
/* windows */ /* windows */
# if !defined(__MINGW32__) && !defined(__CYGWIN__) # define int64_t_C(c) (c ## LL)
# define int64_t_C(c) (c ## i64) # define uint64_t_C(c) (c ## ULL)
# define uint64_t_C(c) (c ## i64)
# ifdef HAVE_AV_CONFIG_H
# define inline __inline
# endif
# else
# define int64_t_C(c) (c ## LL)
# define uint64_t_C(c) (c ## ULL)
# endif /* __MINGW32__ */
# ifdef HAVE_AV_CONFIG_H # ifdef HAVE_AV_CONFIG_H
# ifdef _DEBUG # ifdef _DEBUG
......
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