mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 04:14:53 +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)
|
${CMAKE_CURRENT_BINARY_DIR}/itircl.def)
|
||||||
|
|
||||||
add_library(itircl SHARED ${SOURCE})
|
add_library(itircl SHARED ${SOURCE})
|
||||||
|
|
||||||
set_module_type(itircl win32dll)
|
set_module_type(itircl win32dll)
|
||||||
|
|
||||||
target_link_libraries(itircl wine)
|
target_link_libraries(itircl wine)
|
||||||
|
|
||||||
add_importlibs(itircl msvcrt kernel32 ntdll)
|
add_importlibs(itircl msvcrt kernel32 ntdll)
|
||||||
add_dependencies(itircl psdk)
|
|
||||||
add_cd_file(TARGET itircl DESTINATION reactos/system32 FOR all)
|
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:
|
case DLL_PROCESS_ATTACH:
|
||||||
DisableThreadLibraryCalls(hinstDLL);
|
DisableThreadLibraryCalls(hinstDLL);
|
||||||
break;
|
break;
|
||||||
case DLL_PROCESS_DETACH:
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return TRUE;
|
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/initpki # Synced to Wine-1.7.1
|
||||||
reactos/dll/win32/inseng # 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/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/itss # Synced to Wine-1.5.4
|
||||||
reactos/dll/win32/jscript # Synced to Wine-1.5.26
|
reactos/dll/win32/jscript # Synced to Wine-1.5.26
|
||||||
reactos/dll/win32/loadperf # Synced to Wine-1.5.19
|
reactos/dll/win32/loadperf # Synced to Wine-1.5.19
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue