activdbg.idl: Undef GetCurrentThread macro to avoid collision with interface function declaration.
This commit is contained in:
parent
4ddfcc2cf1
commit
b06e8103f7
|
@ -368,6 +368,7 @@ interface IDebugApplication32 : IRemoteDebugApplication
|
|||
[out] APPBREAKFLAGS *pabf,
|
||||
[out] IRemoteDebugApplicationThread **pprdatSteppingThread);
|
||||
|
||||
cpp_quote("#undef GetCurrentThread")
|
||||
HRESULT GetCurrentThread(
|
||||
[out] IDebugApplicationThread **pat);
|
||||
|
||||
|
|
Loading…
Reference in New Issue