mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 17:39:45 +00:00
[WINETEST] Allow to use USE_WINE_TODOS with win_skip
This commit is contained in:
parent
c894716295
commit
17289faf7f
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ void __winetest_cdecl winetest_win_skip( const char *msg, ... )
|
|||
__winetest_va_list valist;
|
||||
__winetest_va_start(valist, msg);
|
||||
if ((strcmp(winetest_platform, "windows") == 0)
|
||||
#ifndef USE_WINE_TODOS
|
||||
#if !defined(USE_WINE_TODOS) || defined(USE_WIN_SKIP)
|
||||
|| (strcmp(winetest_platform, "reactos") == 0)
|
||||
#endif
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue