VC2005 fix

This was SVN commit r779.
This commit is contained in:
Ykkrosh 2004-07-20 11:08:47 +00:00
parent b61b1e805c
commit 4fa5aabfcf

View File

@ -11,6 +11,10 @@
#pragma warning(disable:4786) // identifier truncated to 255 chars
#endif
// HACK: Allow compilation on VC2005. (RingBuf doesn't like
// iterator debugging - a better solution would be to fix that.)
#define _HAS_ITERATOR_DEBUGGING 0
#ifdef HAVE_PCH
#include <string.h>