mirror of
https://github.com/reactos/reactos.git
synced 2026-05-17 06:32:14 +08:00
[SNMPAPI_WINETEST] Sync with Wine Staging 4.0. CORE-15682
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user