mirror of
https://github.com/reactos/reactos.git
synced 2025-06-05 09:20:30 +00:00
[MSSIGN32]
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60332
This commit is contained in:
parent
7e44da07b9
commit
f6a6c78b98
2 changed files with 1 additions and 3 deletions
|
@ -41,8 +41,6 @@ BOOL WINAPI DllMain( HINSTANCE hinst, DWORD reason, LPVOID lpv )
|
|||
case DLL_PROCESS_ATTACH:
|
||||
DisableThreadLibraryCalls( hinst );
|
||||
break;
|
||||
case DLL_PROCESS_DETACH:
|
||||
break;
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
@ -123,7 +123,7 @@ reactos/dll/win32/msisip # Synced to Wine-1.7.1
|
|||
reactos/dll/win32/msisys.ocx # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/msnet32 # Synced to Wine-1.5.19
|
||||
reactos/dll/win32/msrle32 # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/mssign32 # Synced to Wine-1.5.19
|
||||
reactos/dll/win32/mssign32 # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/mssip32 # Synced to Wine-1.5.19
|
||||
reactos/dll/win32/mstask # Synced to Wine-1.5.4
|
||||
reactos/dll/win32/msvcrt20 # Out of sync
|
||||
|
|
Loading…
Reference in a new issue