libcheck: fix build failure

Need to define CK_DLL_EXP to extern as well in libcompat.h
which gets included before the internal-check.h where the
other fallback definition for CK_DLL_EXP is.

duplicate symbol _check_minor_version in:
libcheckinternal.a(libcheckinternal_la-check.o)
libcheckinternal.a(libcheckinternal_la-check_log.o)
This commit is contained in:
Tim-Philipp Müller 2017-08-13 10:50:05 +01:00
parent 36372a9f4c
commit 208d500c67

View file

@ -51,7 +51,7 @@
* on the command line.
*/
#ifndef CK_DLL_EXP
#define CK_DLL_EXP
#define CK_DLL_EXP extern
#endif
#if _MSC_VER