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

This commit is contained in:
Jacek Caban 2012-07-26 11:34:46 +02:00 committed by Alexandre Julliard
parent 4ddfcc2cf1
commit b06e8103f7
1 changed files with 1 additions and 0 deletions

View File

@ -368,6 +368,7 @@ interface IDebugApplication32 : IRemoteDebugApplication
[out] APPBREAKFLAGS *pabf,
[out] IRemoteDebugApplicationThread **pprdatSteppingThread);
cpp_quote("#undef GetCurrentThread")
HRESULT GetCurrentThread(
[out] IDebugApplicationThread **pat);