diff options
Diffstat (limited to 'include/cppunit')
| -rw-r--r-- | include/cppunit/config-msvc6.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppunit/config-msvc6.h b/include/cppunit/config-msvc6.h index 66747ae..2ee8bdd 100644 --- a/include/cppunit/config-msvc6.h +++ b/include/cppunit/config-msvc6.h @@ -5,8 +5,8 @@ include/cppunit/config-auto.h */ /* define if library uses std::string::compare(string,pos,n) */ -#ifndef CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST -#define CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST 1 +#ifdef CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST +#undef CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST #endif /* Define if you have the <dlfcn.h> header file. */ |
