Rob Shearman : include: Add a define for SID_SOleUndoManager.
Module: wine Branch: master Commit: 38b1c7918f2eb5097ccb67deea5b1482e0e842dc URL: http://source.winehq.org/git/wine.git/?a=commit;h=38b1c7918f2eb5097ccb67deea... Author: Rob Shearman <rob(a)codeweavers.com> Date: Thu Aug 23 15:44:12 2007 +0100 include: Add a define for SID_SOleUndoManager. --- include/ocidl.idl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/ocidl.idl b/include/ocidl.idl index 6c33240..c40d155 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 );
participants (1)
-
Alexandre Julliard