mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[DBGHELP_APITEST] Comment out rsym test for anything other than x86 for now
This commit is contained in:
@@ -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 }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user