[MSIMG32]

* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64460
This commit is contained in:
Amine Khaldi 2014-10-02 10:04:59 +00:00
parent e81c7e8867
commit 62d31768ca
2 changed files with 1 additions and 13 deletions

View file

@ -28,18 +28,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(msimg32);
/***********************************************************************
* DllInitialize (MSIMG32.@)
*
* MSIMG32 initialisation routine.
*/
BOOL WINAPI DllMain( HINSTANCE inst, DWORD reason, LPVOID reserved )
{
if (reason == DLL_PROCESS_ATTACH) DisableThreadLibraryCalls( inst );
return TRUE;
}
/******************************************************************************
* vSetDdrawflag (MSIMG32.@)
*/

View file

@ -124,7 +124,7 @@ reactos/dll/win32/msgsm32.acm # Synced to Wine-1.7.17
reactos/dll/win32/mshtml # Synced to Wine-1.7.27
reactos/dll/win32/mshtml.tlb # Synced to Wine-1.7.17
reactos/dll/win32/msi # Synced to Wine-1.7.27
reactos/dll/win32/msimg32 # Synced to Wine-1.7.17
reactos/dll/win32/msimg32 # Synced to Wine-1.7.27
reactos/dll/win32/msimtf # Synced to Wine-1.7.17
reactos/dll/win32/msisip # Synced to Wine-1.7.17
reactos/dll/win32/msisys.ocx # Synced to Wine-1.7.17