From 7051b5d78075a74d6329ab8984ffc86a99005d54 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Tue, 23 Dec 2003 23:42:25 +0000 Subject: [PATCH] fix VC6 warning --- stepmania/src/ffmpeg/include/ffmpeg/common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stepmania/src/ffmpeg/include/ffmpeg/common.h b/stepmania/src/ffmpeg/include/ffmpeg/common.h index c1b1d47485..11d611819c 100644 --- a/stepmania/src/ffmpeg/include/ffmpeg/common.h +++ b/stepmania/src/ffmpeg/include/ffmpeg/common.h @@ -107,7 +107,9 @@ typedef signed __int64 int64_t; # endif /* __MINGW32__ */ # ifdef _DEBUG -# define DEBUG +# ifndef DEBUG +# define DEBUG +# endif # endif # define snprintf _snprintf