Commit fc99a18a authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

uiribbon: Remove DECLSPEC_HIDDEN usage.

parent 00300d73
......@@ -26,7 +26,7 @@ typedef struct {
LONG ref;
} UIRibbonFrameworkImpl;
HRESULT UIRibbonFrameworkImpl_Create(IUnknown *pUnkOuter, void **ppObj) DECLSPEC_HIDDEN;
HRESULT UIRibbonFrameworkImpl_Create(IUnknown *pUnkOuter, void **ppObj);
#endif /* __UIRIBBON_PRIVATE_INCLUDED__ */
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