mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
- Fix msimtf build (msvc)
svn path=/branches/cmake-bringup/; revision=50756
This commit is contained in:
parent
003221af2a
commit
db6c80acc4
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@ import "unknwn.idl";
|
|||
#endif
|
||||
|
||||
cpp_quote("#include <imm.h>")
|
||||
|
||||
cpp_quote("DEFINE_GUID(CLSID_CActiveIMM, 0x4955dd33, 0xb159, 0x11d0, 0x8f,0xcf, 0x00,0xaa,0x00,0x6b,0xcc,0x59);")
|
||||
cpp_quote("#if 0")
|
||||
|
||||
typedef struct {
|
||||
|
@ -588,3 +588,4 @@ coclass CActiveIMM
|
|||
/* interface IActiveIMMRegistrar; */
|
||||
/* interface IActiveIMMMessagePumpOwner; */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue