Mercurial > libavutil.hg
changeset 75:09ed77540442 libavutil
indent
author | mru |
---|---|
date | Fri, 14 Jul 2006 00:28:16 +0000 |
parents | a298a8eae4f2 |
children | 8c75234388b5 |
files | common.h |
diffstat | 1 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/common.h Fri Jul 14 00:25:58 2006 +0000 +++ b/common.h Fri Jul 14 00:28:16 2006 +0000 @@ -180,16 +180,16 @@ #ifdef HAVE_AV_CONFIG_H #ifdef __MINGW32__ -# ifdef _DEBUG -# define DEBUG -# endif +# ifdef _DEBUG +# define DEBUG +# endif -# define snprintf _snprintf -# define vsnprintf _vsnprintf +# define snprintf _snprintf +# define vsnprintf _vsnprintf -# ifdef CONFIG_WINCE -# define perror(a) -# endif +# ifdef CONFIG_WINCE +# define perror(a) +# endif /* __MINGW32__ end */ #elif defined (CONFIG_OS2)