Because it did not have CK_EXPORT in front of it, the symbol
was not being exported. It looks like this function should
be callable, but it could not before.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1009
64e312b2-a51f-0410-8e61-
82d0ca0eb02a
/* Determines whether a given test suite contains a case named after a
given string. */
-CK_DLL_EXP int suite_tcase (Suite *s, const char *tcname);
+CK_DLL_EXP int CK_EXPORT suite_tcase (Suite *s, const char *tcname);
/* Add a test case to a suite */
CK_DLL_EXP void CK_EXPORT suite_add_tcase (Suite *s, TCase *tc);