1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

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

View file

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