Commit a41cab9b authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

hlink.idl: Undef unicode GetObject macro.

parent a771c53e
......@@ -277,6 +277,10 @@ interface IHlinkBrowseContext : IUnknown
[in, unique] IMoniker *pimk,
[out] DWORD *pdwRegister);
cpp_quote("#ifdef WINE_NO_UNICODE_MACROS")
cpp_quote("#undef GetObject")
cpp_quote("#endif")
HRESULT GetObject(
[in, unique] IMoniker *pimk,
[in] BOOL fBindIfRootRegistered,
......
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