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

activdbg.idl: Undef GetCurrentThread macro to avoid collision with interface function declaration.

parent 4ddfcc2c
......@@ -368,6 +368,7 @@ interface IDebugApplication32 : IRemoteDebugApplication
[out] APPBREAKFLAGS *pabf,
[out] IRemoteDebugApplicationThread **pprdatSteppingThread);
cpp_quote("#undef GetCurrentThread")
HRESULT GetCurrentThread(
[out] IDebugApplicationThread **pat);
......
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