Commit 5fe6c550 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

msimtf: Mark internal symbol as hidden.

parent e7fc8583
...@@ -812,7 +812,7 @@ static const IActiveIMMAppVtbl ActiveIMMAppVtbl = ...@@ -812,7 +812,7 @@ static const IActiveIMMAppVtbl ActiveIMMAppVtbl =
ActiveIMMApp_EnumInputContext ActiveIMMApp_EnumInputContext
}; };
HRESULT ActiveIMMApp_Constructor(IUnknown *pUnkOuter, IUnknown **ppOut) DECLSPEC_HIDDEN HRESULT ActiveIMMApp_Constructor(IUnknown *pUnkOuter, IUnknown **ppOut)
{ {
ActiveIMMApp *This; ActiveIMMApp *This;
if (pUnkOuter) if (pUnkOuter)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment