mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[DCIMAN32]
* Sync with Wine 1.7.27. CORE-8540 svn path=/trunk/; revision=64336
This commit is contained in:
parent
22a78684b8
commit
ddb035e8bb
2 changed files with 1 additions and 13 deletions
|
@ -32,18 +32,6 @@
|
|||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(dciman);
|
||||
|
||||
/***********************************************************************
|
||||
* DllEntryPoint (DCIMAN32.@)
|
||||
*
|
||||
* DCIMAN32 initialisation routine.
|
||||
*/
|
||||
BOOL WINAPI DllMain( HINSTANCE inst, DWORD reason, LPVOID reserved )
|
||||
{
|
||||
if (reason == DLL_PROCESS_ATTACH) DisableThreadLibraryCalls( inst );
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
/***********************************************************************
|
||||
* DCIOpenProvider (DCIMAN32.@)
|
||||
*/
|
||||
|
|
|
@ -70,7 +70,7 @@ reactos/dll/win32/cryptdll # Synced to Wine-1.7.17
|
|||
reactos/dll/win32/cryptnet # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/cryptui # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/dbghelp # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/dciman32 # Synced to Wine-1.7.17
|
||||
reactos/dll/win32/dciman32 # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/dwmapi # Synced to Wine-1.7.17
|
||||
reactos/dll/win32/faultrep # Synced to Wine-1.7.17
|
||||
reactos/dll/win32/fltlib # Synced to Wine-1.7.27
|
||||
|
|
Loading…
Reference in a new issue