mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 00:00:41 +08:00
* test.h: remove obsolete wine specific definitions - __winetest_cdecl, __winetest_va_* aren't used anymore * Add missing winetest_ prefixes * Rename winetest_get_thread_data * Update global variables * Move winetest_thread_data * Make winetest_get_thread_data extern * [ISAPNP_UNITTEST] Use static inline instead of FORCEINLINE (GCC complains when a non-static inine function calls a static inline function) * Move winetest_win_skip and make it static * Move winetest_start_todo and make it static inline * Move winetest_start_todo and make it static inline * Move winetest_get_failures and winetest_add_failures and make them static * Add winetest_print_lock and winetest_print_unlock * Add winetest_get_time and winetest_elapsed * Add flaky support * Add exc_filter and running_under_wine * Move reactos specific things together