diff --git a/modules/rostests/apitests/dbghelp/testlist.c b/modules/rostests/apitests/dbghelp/testlist.c index d4758e4acc8..c78a778283a 100644 --- a/modules/rostests/apitests/dbghelp/testlist.c +++ b/modules/rostests/apitests/dbghelp/testlist.c @@ -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 } };