From b06e8103f783584dfc9e306c441e469c8e9b8991 Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Thu, 26 Jul 2012 11:34:46 +0200 Subject: [PATCH] activdbg.idl: Undef GetCurrentThread macro to avoid collision with interface function declaration. --- include/activdbg.idl | 1 + 1 file changed, 1 insertion(+) diff --git a/include/activdbg.idl b/include/activdbg.idl index f3cdff1e81a..e10066c1f26 100644 --- a/include/activdbg.idl +++ b/include/activdbg.idl @@ -368,6 +368,7 @@ interface IDebugApplication32 : IRemoteDebugApplication [out] APPBREAKFLAGS *pabf, [out] IRemoteDebugApplicationThread **pprdatSteppingThread); + cpp_quote("#undef GetCurrentThread") HRESULT GetCurrentThread( [out] IDebugApplicationThread **pat);