Commit 442fec32 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

tests: The non-gcc case was missing a forward declaration for winetest_skip().

parent ec646347
......@@ -76,6 +76,7 @@ extern void winetest_trace( const char *msg, ... ) __attribute__((format (printf
#else /* __GNUC__ */
extern int winetest_ok( int condition, const char *msg, ... );
extern void winetest_skip( const char *msg, ... );
extern void winetest_trace( const char *msg, ... );
#endif /* __GNUC__ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment