activdbg.idl: Undef GetCurrentThread macro to avoid collision with interface function declaration.
This commit is contained in:
parent
4ddfcc2cf1
commit
b06e8103f7
1 changed files with 1 additions and 0 deletions
|
@ -368,6 +368,7 @@ interface IDebugApplication32 : IRemoteDebugApplication
|
|||
[out] APPBREAKFLAGS *pabf,
|
||||
[out] IRemoteDebugApplicationThread **pprdatSteppingThread);
|
||||
|
||||
cpp_quote("#undef GetCurrentThread")
|
||||
HRESULT GetCurrentThread(
|
||||
[out] IDebugApplicationThread **pat);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue