From 38b1c7918f2eb5097ccb67deea5b1482e0e842dc Mon Sep 17 00:00:00 2001 From: Rob Shearman Date: Thu, 23 Aug 2007 15:44:12 +0100 Subject: [PATCH] include: Add a define for SID_SOleUndoManager. --- include/ocidl.idl | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ocidl.idl b/include/ocidl.idl index 6c332409cff..c40d155828f 100644 --- a/include/ocidl.idl +++ b/include/ocidl.idl @@ -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 );