[SDK/WINE] Add support for subtest

033196641b
This commit is contained in:
Mark Jansen 2022-03-13 19:04:00 +01:00
parent d7c30ed194
commit 427d8af7f1
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
2 changed files with 11 additions and 0 deletions

View file

@ -27,6 +27,7 @@ extern "C" {
#endif
#include <wine/test.h>
#undef subtest
extern void no_op(void);
extern int return_arg(int);