Module: wine Branch: master Commit: b06e8103f783584dfc9e306c441e469c8e9b8991 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b06e8103f783584dfc9e306c44...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Jul 26 11:34:46 2012 +0200
activdbg.idl: Undef GetCurrentThread macro to avoid collision with interface function declaration.
---
include/activdbg.idl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/activdbg.idl b/include/activdbg.idl index f3cdff1..e10066c 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);