# HG changeset patch # User michael # Date 1082775760 0 # Node ID 603d4a0e974c21f294766f7186ab34f484e12e20 # Parent d571f4537f5243fc78d1d6cd971de581ccdc20dc libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer) diff -r d571f4537f52 -r 603d4a0e974c common.h --- a/common.h Sat Apr 24 02:02:54 2004 +0000 +++ b/common.h Sat Apr 24 03:02:40 2004 +0000 @@ -131,7 +131,7 @@ /* windows */ -# ifndef __MINGW32__ +# if !defined(__MINGW32__) && !defined(__CYGWIN__) # define int64_t_C(c) (c ## i64) # define uint64_t_C(c) (c ## i64)