fix VC6 warning

This commit is contained in:
Chris Danford
2003-12-23 23:42:25 +00:00
parent a07d9e28d7
commit 7051b5d780
@@ -107,8 +107,10 @@ typedef signed __int64 int64_t;
# endif /* __MINGW32__ */ # endif /* __MINGW32__ */
# ifdef _DEBUG # ifdef _DEBUG
# ifndef DEBUG
# define DEBUG # define DEBUG
# endif # endif
# endif
# define snprintf _snprintf # define snprintf _snprintf
# define vsnprintf _vsnprintf # define vsnprintf _vsnprintf