changeset 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 2fd0c3f311bf
children f74f306c30b5
files common.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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,...) {}