[MSIMTF] Sync with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-03-18 12:32:52 +01:00
parent c28484cc00
commit 034ec2e0fc
4 changed files with 41 additions and 6 deletions

View file

@ -18,7 +18,27 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "precomp.h"
#include "config.h"
#include <stdarg.h>
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winreg.h"
#include "winuser.h"
#include "winerror.h"
#include "objbase.h"
#include "dimm.h"
#include "imm.h"
#include "wine/unicode.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(msimtf);
typedef struct tagActiveIMMApp {
IActiveIMMApp IActiveIMMApp_iface;

View file

@ -16,9 +16,24 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "precomp.h"
#include "config.h"
#include <rpcproxy.h>
#include <stdarg.h>
#include <stdio.h>
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "ole2.h"
#include "rpcproxy.h"
#include "dimm.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(msimtf);
extern HRESULT ActiveIMMApp_Constructor(IUnknown *punkOuter, IUnknown **ppOut);

View file

@ -1,3 +1,4 @@
#ifndef _MSIMTF_PCH_
#define _MSIMTF_PCH_
@ -19,6 +20,5 @@
#include <dimm.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(msimtf);
#endif /* _MSIMTF_PCH_ */
#endif /* !_MSIMTF_PCH_ */

View file

@ -114,7 +114,7 @@ reactos/dll/win32/mshtml # Synced to WineStaging-1.7.55
reactos/dll/win32/mshtml.tlb # Synced to WineStaging-1.7.55
reactos/dll/win32/msi # Synced to WineStaging-3.3
reactos/dll/win32/msimg32 # Synced to WineStaging-3.3
reactos/dll/win32/msimtf # Synced to WineStaging-2.9
reactos/dll/win32/msimtf # Synced to WineStaging-3.3
reactos/dll/win32/msisip # Synced to WineStaging-2.9
reactos/dll/win32/msisys.ocx # Synced to WineStaging-2.9
reactos/dll/win32/msnet32 # Synced to WineStaging-2.9