msimtf: Mark internal symbol as hidden.
This commit is contained in:
parent
e7fc858328
commit
5fe6c550d9
|
@ -812,7 +812,7 @@ static const IActiveIMMAppVtbl ActiveIMMAppVtbl =
|
|||
ActiveIMMApp_EnumInputContext
|
||||
};
|
||||
|
||||
HRESULT ActiveIMMApp_Constructor(IUnknown *pUnkOuter, IUnknown **ppOut)
|
||||
DECLSPEC_HIDDEN HRESULT ActiveIMMApp_Constructor(IUnknown *pUnkOuter, IUnknown **ppOut)
|
||||
{
|
||||
ActiveIMMApp *This;
|
||||
if (pUnkOuter)
|
||||
|
|
Loading…
Reference in New Issue