From 90869fe73c518e3135906cd5648834366ada4299 Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Sun, 20 Jul 2003 09:51:40 +0000 Subject: include/cppunit/plugin/testplugin.h: fixed bug #767358, wrong preprocessor symbol for SHL_LOADER. --- include/cppunit/plugin/TestPlugIn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cppunit/plugin') 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[] ) \ { \ -- cgit v1.2.1