Module: wine Branch: master Commit: cd659eb5470b67f851c223db599fa585d193626d URL: http://source.winehq.org/git/wine.git/?a=commit;h=cd659eb5470b67f851c223db59...
Author: David Hedberg david.hedberg@gmail.com Date: Tue Jun 1 04:46:46 2010 +0200
include: Add SID_ExplorerPaneVisibility.
---
include/shobjidl.idl | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/shobjidl.idl b/include/shobjidl.idl index 002ec3e..ddaaafc 100644 --- a/include/shobjidl.idl +++ b/include/shobjidl.idl @@ -1644,6 +1644,8 @@ interface IExplorerBrowserEvents : IUnknown typedef GUID EXPLORERPANE; typedef EXPLORERPANE *REFEXPLORERPANE;
+cpp_quote("#define SID_ExplorerPaneVisibility IID_IExplorerPaneVisibility") + /***************************************************************************** * IExplorerPaneVisibility interface */