mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 23:18:39 +00:00
[MSIMTF]
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60309
This commit is contained in:
parent
7d081ffd6c
commit
28bb2a3573
3 changed files with 3 additions and 6 deletions
|
@ -6,12 +6,11 @@ spec2def(msimtf.dll msimtf.spec)
|
|||
list(APPEND SOURCE
|
||||
activeimmapp.c
|
||||
main.c
|
||||
rsrc.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/msimtf_stubs.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/msimtf.def)
|
||||
|
||||
add_library(msimtf SHARED ${SOURCE})
|
||||
add_library(msimtf SHARED ${SOURCE} rsrc.rc)
|
||||
set_module_type(msimtf win32dll)
|
||||
target_link_libraries(msimtf uuid wine)
|
||||
add_importlibs(msimtf msvcrt imm32 kernel32 ntdll)
|
||||
add_importlibs(msimtf imm32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET msimtf DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -56,8 +56,6 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv)
|
|||
msimtf_instance = hInstDLL;
|
||||
DisableThreadLibraryCalls(hInstDLL);
|
||||
break;
|
||||
case DLL_PROCESS_DETACH:
|
||||
break;
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
@ -118,7 +118,7 @@ reactos/dll/win32/mshtml # Synced to Wine-1.5.26
|
|||
reactos/dll/win32/mshtml.tlb # Synced to Wine-1.5.26
|
||||
reactos/dll/win32/msi # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/msimg32 # Synced to Wine-1.5.19
|
||||
reactos/dll/win32/msimtf # Synced to Wine-1.5.19
|
||||
reactos/dll/win32/msimtf # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/msisip # Synced to Wine-1.5.19
|
||||
reactos/dll/win32/msisys.ocx # Synced to Wine-1.5.4
|
||||
reactos/dll/win32/msnet32 # Synced to Wine-1.5.19
|
||||
|
|
Loading…
Reference in a new issue