[INETMIB1] Sync with Wine Staging 3.17. CORE-15127

This commit is contained in:
Amine Khaldi 2018-10-01 12:56:32 +01:00
parent d736703417
commit 6bd06f3b76
2 changed files with 3 additions and 3 deletions

View file

@ -1321,7 +1321,7 @@ BOOL WINAPI SnmpExtensionInit(DWORD dwUptimeReference,
pFirstSupportedRegion); pFirstSupportedRegion);
minSupportedIDLength = UINT_MAX; minSupportedIDLength = UINT_MAX;
for (i = 0; i < sizeof(supportedIDs) / sizeof(supportedIDs[0]); i++) for (i = 0; i < ARRAY_SIZE(supportedIDs); i++)
{ {
if (supportedIDs[i].init) if (supportedIDs[i].init)
supportedIDs[i].init(); supportedIDs[i].init();
@ -1337,7 +1337,7 @@ static void cleanup(void)
{ {
UINT i; UINT i;
for (i = 0; i < sizeof(supportedIDs) / sizeof(supportedIDs[0]); i++) for (i = 0; i < ARRAY_SIZE(supportedIDs); i++)
if (supportedIDs[i].cleanup) if (supportedIDs[i].cleanup)
supportedIDs[i].cleanup(); supportedIDs[i].cleanup();
} }

View file

@ -79,7 +79,7 @@ reactos/dll/win32/imaadp32.acm # Synced to WineStaging-3.17
reactos/dll/win32/imagehlp # Synced to WineStaging-3.3 reactos/dll/win32/imagehlp # Synced to WineStaging-3.3
reactos/dll/win32/imm32 # Synced to WineStaging-3.17 reactos/dll/win32/imm32 # Synced to WineStaging-3.17
reactos/dll/win32/inetcomm # Synced to WineStaging-3.17 reactos/dll/win32/inetcomm # Synced to WineStaging-3.17
reactos/dll/win32/inetmib1 # Synced to WineStaging-3.3 reactos/dll/win32/inetmib1 # Synced to WineStaging-3.17
reactos/dll/win32/initpki # Synced to WineStaging-3.3 reactos/dll/win32/initpki # Synced to WineStaging-3.3
reactos/dll/win32/inseng # Synced to WineStaging-3.3 reactos/dll/win32/inseng # Synced to WineStaging-3.3
reactos/dll/win32/iphlpapi # Out of sync reactos/dll/win32/iphlpapi # Out of sync