mirror of
https://github.com/reactos/reactos.git
synced 2025-05-21 01:54:21 +00:00
[DBGHELP_APITEST] Comment out rsym test for anything other than x86 for now
This commit is contained in:
parent
64135505f2
commit
ad8c446814
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ extern void func_rsym(void);
|
||||||
const struct test winetest_testlist[] =
|
const struct test winetest_testlist[] =
|
||||||
{
|
{
|
||||||
{ "pdb", func_pdb },
|
{ "pdb", func_pdb },
|
||||||
|
#ifdef _M_IX86
|
||||||
{ "rsym", func_rsym },
|
{ "rsym", func_rsym },
|
||||||
|
#endif
|
||||||
{ 0, 0 }
|
{ 0, 0 }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue