diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2002-03-13 20:00:16 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2002-03-13 20:00:16 +0000 |
commit | 5289f34254d5ca894cb0ccf6a0834b4d0a5f1e58 (patch) | |
tree | 3b2acbf059a954f951e5469b8e1bd2416bccca2c /winsup/w32api/include/shlobj.h | |
parent | 73ea29f42ce627a42e646c1256b2dd31b51a0afc (diff) | |
download | cygnal-5289f34254d5ca894cb0ccf6a0834b4d0a5f1e58.tar.gz cygnal-5289f34254d5ca894cb0ccf6a0834b4d0a5f1e58.tar.bz2 cygnal-5289f34254d5ca894cb0ccf6a0834b4d0a5f1e58.zip |
* include/richedit.h (RICHEDIT_CLASS): UNICODE it.
* include/shlobj.h (IContextMenu2): Put methods in right order.
* include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for
CINTERFACE before defining.
Diffstat (limited to 'winsup/w32api/include/shlobj.h')
-rw-r--r-- | winsup/w32api/include/shlobj.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/w32api/include/shlobj.h b/winsup/w32api/include/shlobj.h index 2be75cb80..9a3d045e3 100644 --- a/winsup/w32api/include/shlobj.h +++ b/winsup/w32api/include/shlobj.h @@ -417,9 +417,9 @@ DECLARE_INTERFACE_(IContextMenu2,IUnknown) STDMETHOD_(ULONG,AddRef)(THIS) PURE; STDMETHOD_(ULONG,Release)(THIS) PURE; STDMETHOD(QueryContextMenu)(THIS_ HMENU,UINT,UINT,UINT,UINT) PURE; - STDMETHOD(HandleMenuMsg)(THIS_ UINT,WPARAM,LPARAM) PURE; STDMETHOD(InvokeCommand)(THIS_ LPCMINVOKECOMMANDINFO) PURE; - STDMETHOD(GetCommandString)(THIS_ UINT,UINT,PUINT,LPSTR,UINT) PURE; + STDMETHOD(GetCommandString)(THIS_ UINT,UINT,PUINT,LPSTR,UINT) PURE; + STDMETHOD(HandleMenuMsg)(THIS_ UINT,WPARAM,LPARAM) PURE; }; typedef IContextMenu2 *LPCONTEXTMENU2; |