[SNMPAPI_WINETEST] Sync with Wine Staging 4.0. CORE-15682

This commit is contained in:
Amine Khaldi 2019-02-04 13:01:59 +01:00
parent 952bc47ba0
commit c6a219ff82

View file

@ -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)