1 --- include/cppunit/plugin/TestPlugIn.h
2 +++ include/cppunit/plugin/TestPlugIn.h
4 /*! \brief Type of the function exported by a plug-in.
5 * \ingroup WritingTestPlugIn
7 -typedef CppUnitTestPlugIn *(*TestPlugInSignature)();
8 +extern "C" { typedef CppUnitTestPlugIn *(*TestPlugInSignature)(); }
11 /*! \brief Implements the function exported by the test plug-in