summaryrefslogtreecommitdiff
path: root/include/cppunit/plugin/TestPlugIn.h
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2003-07-20 09:51:40 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2003-07-20 09:51:40 +0000
commit90869fe73c518e3135906cd5648834366ada4299 (patch)
treeb5d16d9aea562861899bc58f0745843ffb346f34 /include/cppunit/plugin/TestPlugIn.h
parent1aaee3a9f07e5a88ef7334dbe4b3f4a8aa1c8fbf (diff)
downloadcppunit-90869fe73c518e3135906cd5648834366ada4299.tar.gz
include/cppunit/plugin/testplugin.h: fixed bug #767358, wrong
preprocessor symbol for SHL_LOADER.
Diffstat (limited to 'include/cppunit/plugin/TestPlugIn.h')
-rw-r--r--include/cppunit/plugin/TestPlugIn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunit/plugin/TestPlugIn.h b/include/cppunit/plugin/TestPlugIn.h
index f98bfe0..3a6f908 100644
--- a/include/cppunit/plugin/TestPlugIn.h
+++ b/include/cppunit/plugin/TestPlugIn.h
@@ -157,7 +157,7 @@ typedef CppUnitTestPlugIn *(*TestPlugInSignature)();
typedef char __CppUnitPlugInImplementMainDummyTypeDef
// Unix
-#elif defined(CPPUNIT_HAVE_UNIX_DLL_LOADER) || defined(HAVE_UNIX_SHL_LOADER)
+#elif defined(CPPUNIT_HAVE_UNIX_DLL_LOADER) || defined(CPPUNIT_HAVE_UNIX_SHL_LOADER)
#define CPPUNIT_PLUGIN_IMPLEMENT_MAIN() \
int main( int argc, char *argv[] ) \
{ \