mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[SNMPAPI_WINETEST] Sync with Wine Staging 4.0. CORE-15682
This commit is contained in:
parent
952bc47ba0
commit
c6a219ff82
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ static void test_SnmpUtilOidCpyFree(void)
|
|||
{
|
||||
INT ret;
|
||||
static UINT ids[] = { 1, 3, 6, 1, 4, 1, 311 };
|
||||
static AsnObjectIdentifier dst, src = { sizeof(ids) / sizeof(ids[0]), ids };
|
||||
static AsnObjectIdentifier dst, src = { ARRAY_SIZE(ids), ids };
|
||||
|
||||
/* These crashes under win98 */
|
||||
if(0)
|
||||
|
|
Loading…
Reference in a new issue