Mercurial > libavcodec.hg
diff common.h @ 1964:2b16a3c32318 libavcodec
cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
| author | michael |
|---|---|
| date | Sat, 24 Apr 2004 11:51:38 +0000 |
| parents | 603d4a0e974c |
| children | f74f306c30b5 |
line wrap: on
line diff
--- a/common.h Sat Apr 24 03:43:43 2004 +0000 +++ b/common.h Sat Apr 24 11:51:38 2004 +0000 @@ -210,7 +210,7 @@ # include <assert.h> /* dprintf macros */ -# if defined(CONFIG_WIN32) && !defined(__MINGW32__) +# if defined(CONFIG_WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__) inline void dprintf(const char* fmt,...) {}
