Added new preprocessor flag 'NO_CWDEBUG'. Excludes cwdebug.h from linden_common.h if set, as cwdebug inclusion complicated unit testing.

This commit is contained in:
Shyotl
2015-07-23 01:29:26 -05:00
parent dbd1eb0d68
commit b2065b43a5

View File

@@ -38,7 +38,9 @@
// Files included here are included in every library .cpp file and
// are not precompiled.
#ifndef NO_CWDEBUG
#include "cwdebug.h"
#endif
#if defined(LL_WINDOWS) && defined(_DEBUG)
# if _MSC_VER >= 1400 // Visual C++ 2005 or later