diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2003-07-20 09:51:40 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2003-07-20 09:51:40 +0000 |
| commit | 90869fe73c518e3135906cd5648834366ada4299 (patch) | |
| tree | b5d16d9aea562861899bc58f0745843ffb346f34 /include/cppunit/plugin/TestPlugIn.h | |
| parent | 1aaee3a9f07e5a88ef7334dbe4b3f4a8aa1c8fbf (diff) | |
| download | cppunit-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.h | 2 |
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[] ) \ { \ |
