mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +00:00
[INETMIB1]
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60236
This commit is contained in:
parent
093ac71120
commit
9f9da88fd0
3 changed files with 3 additions and 10 deletions
|
@ -13,11 +13,5 @@ add_library(inetmib1 SHARED ${SOURCE})
|
|||
set_module_type(inetmib1 win32dll)
|
||||
target_link_libraries(inetmib1 wine)
|
||||
add_delay_importlibs(inetmib1 iphlpapi)
|
||||
|
||||
add_importlibs(inetmib1
|
||||
msvcrt
|
||||
snmpapi
|
||||
kernel32
|
||||
ntdll)
|
||||
|
||||
add_importlibs(inetmib1 snmpapi msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET inetmib1 DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -1456,10 +1456,9 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
|||
DisableThreadLibraryCalls(hinstDLL);
|
||||
break;
|
||||
case DLL_PROCESS_DETACH:
|
||||
if (lpvReserved) break;
|
||||
cleanup();
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
|
|
@ -85,7 +85,7 @@ reactos/dll/win32/imaadp32.acm # Synced to Wine-1.7.1
|
|||
reactos/dll/win32/imagehlp # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/imm32 # Synced to Wine-1.5.19
|
||||
reactos/dll/win32/inetcomm # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/inetmib1 # Synced to Wine-1.5.4
|
||||
reactos/dll/win32/inetmib1 # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/initpki # Synced to Wine-1.5.19
|
||||
reactos/dll/win32/inseng # Synced to Wine-1.5.4
|
||||
reactos/dll/win32/iphlpapi # Out of sync
|
||||
|
|
Loading…
Reference in a new issue