Commit ad87ccb8b2d4b99b1aa4779f17ddecc40b528da5

Vicent Martí 2012-03-09T11:53:51

Merge pull request #593 from aroben/windows-build-fix Fix the build on Windows

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tests-clar/attr/attr_expect.h b/tests-clar/attr/attr_expect.h
index bea5624..b064eac 100644
--- a/tests-clar/attr/attr_expect.h
+++ b/tests-clar/attr/attr_expect.h
@@ -15,7 +15,7 @@ struct attr_expected {
 	const char *expected_str;
 };
 
-static inline void attr_check_expected(
+GIT_INLINE(void) attr_check_expected(
 	enum attr_expect_t expected,
 	const char *expected_str,
 	const char *value)