From 1869ab1c3e1e7c384774117c6fb29381b2deef7a Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 28 Aug 2013 02:40:38 +0000 Subject: [PATCH] one more attempt at fixing windows linking of test --- test/test.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.hpp b/test/test.hpp index dc9fe8637..340e4e57b 100644 --- a/test/test.hpp +++ b/test/test.hpp @@ -59,6 +59,7 @@ extern "C" } void EXPORT report_failure(char const* err, char const* file, int line); +int EXPORT print_failures(); #if defined(_MSC_VER) #define COUNTER_GUARD(x)