[DBGHELP_APITEST] Comment out rsym test for anything other than x86 for now

This commit is contained in:
Timo Kreuzer 2022-12-09 22:54:35 +02:00
parent 64135505f2
commit ad8c446814

View file

@ -8,6 +8,8 @@ extern void func_rsym(void);
const struct test winetest_testlist[] =
{
{ "pdb", func_pdb },
#ifdef _M_IX86
{ "rsym", func_rsym },
#endif
{ 0, 0 }
};