mirror of
https://github.com/reactos/reactos.git
synced 2025-06-05 09:20:30 +00:00
[ITIRCL]
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60243
This commit is contained in:
parent
d17bf78d8f
commit
2e5e8612dd
3 changed files with 1 additions and 9 deletions
|
@ -10,11 +10,7 @@ list(APPEND SOURCE
|
|||
${CMAKE_CURRENT_BINARY_DIR}/itircl.def)
|
||||
|
||||
add_library(itircl SHARED ${SOURCE})
|
||||
|
||||
set_module_type(itircl win32dll)
|
||||
|
||||
target_link_libraries(itircl wine)
|
||||
|
||||
add_importlibs(itircl msvcrt kernel32 ntdll)
|
||||
add_dependencies(itircl psdk)
|
||||
add_cd_file(TARGET itircl DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -41,10 +41,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
|||
case DLL_PROCESS_ATTACH:
|
||||
DisableThreadLibraryCalls(hinstDLL);
|
||||
break;
|
||||
case DLL_PROCESS_DETACH:
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
|
|
@ -89,7 +89,7 @@ reactos/dll/win32/inetmib1 # Synced to Wine-1.7.1
|
|||
reactos/dll/win32/initpki # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/inseng # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/iphlpapi # Out of sync
|
||||
reactos/dll/win32/itircl # Synced to Wine-1.5.19
|
||||
reactos/dll/win32/itircl # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/itss # Synced to Wine-1.5.4
|
||||
reactos/dll/win32/jscript # Synced to Wine-1.5.26
|
||||
reactos/dll/win32/loadperf # Synced to Wine-1.5.19
|
||||
|
|
Loading…
Reference in a new issue