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

include: Add a define for SID_SOleUndoManager.

This commit is contained in:
Rob Shearman 2007-08-23 15:44:12 +01:00 committed by Alexandre Julliard
parent 82fa36059d
commit 38b1c7918f

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 );