include: Add a define for SID_SOleUndoManager.

oldstable
Rob Shearman 2007-08-23 15:44:12 +01:00 committed by Alexandre Julliard
parent 82fa36059d
commit 38b1c7918f
1 changed files with 1 additions and 0 deletions

View File

@ -1244,6 +1244,7 @@ interface IEnumOleUndoUnits : IUnknown
]
interface IOleUndoManager : IUnknown
{
cpp_quote("#define SID_SOleUndoManager IID_IOleUndoManager")
typedef IOleUndoManager *LPOLEUNDOMANAGER;
HRESULT Open( [in] IOleParentUndoUnit *pPUU );