1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

msimtf: Remove DECLSPEC_HIDDEN usage.

This commit is contained in:
Alistair Leslie-Hughes 2023-11-08 17:35:27 +11:00 committed by Alexandre Julliard
parent ef51f7b402
commit 83da83ef98

View file

@ -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)