msimtf: Remove DECLSPEC_HIDDEN usage.
This commit is contained in:
parent
ef51f7b402
commit
83da83ef98
1 changed files with 1 additions and 1 deletions
|
@ -887,7 +887,7 @@ static const IActiveIMMMessagePumpOwnerVtbl ActiveIMMMessagePumpOwnerVtbl =
|
|||
ActiveIMMMessagePumpOwner_Resume,
|
||||
};
|
||||
|
||||
DECLSPEC_HIDDEN HRESULT ActiveIMMApp_Constructor(IUnknown *pUnkOuter, IUnknown **ppOut)
|
||||
HRESULT ActiveIMMApp_Constructor(IUnknown *pUnkOuter, IUnknown **ppOut)
|
||||
{
|
||||
ActiveIMMApp *This;
|
||||
if (pUnkOuter)
|
||||
|
|
Loading…
Add table
Reference in a new issue