mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[MSIMG32]
* Sync with Wine 1.7.27. CORE-8540 svn path=/trunk/; revision=64460
This commit is contained in:
@@ -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.@)
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user