From a6af7dbdc3eccbfb9e68da43eb4a8d2cc59b7c4c Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Thu, 12 Dec 2002 09:51:38 +0000 Subject: * include/shlobj.h (IShellLinkW::GetPath): Correct prototype. --- winsup/w32api/ChangeLog | 7 ++++++- winsup/w32api/include/shlobj.h | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 9a321f25e..8090d955d 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,8 @@ +2002-12-11 Danny Smith + + * include/shlobj.h (IShellLinkW::GetPath): Correct prototype. + Thanks to: Dimitri Papadopoulos + 2002-12-09 Danny Smith * include/shellapi.h (ExtractIconEx[AW]): Correct return type @@ -7,7 +12,7 @@ 2002-12-07 Danny Smith * include/winuser.h (AllowSetForegroundWindow, - LockSetForegroundWindow) Add prototypes. + LockSetForegroundWindow): Add prototypes. (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK) Add defines. Thanks to: Pat Thoyts * lib/winuser.def (AllowSetForegroundWindow, diff --git a/winsup/w32api/include/shlobj.h b/winsup/w32api/include/shlobj.h index d3b784797..3ec40aaad 100644 --- a/winsup/w32api/include/shlobj.h +++ b/winsup/w32api/include/shlobj.h @@ -528,7 +528,7 @@ DECLARE_INTERFACE_(IShellLinkW, IUnknown) STDMETHOD(QueryInterface)(THIS_ REFIID,PVOID*) PURE; STDMETHOD_(ULONG,AddRef)(THIS) PURE; STDMETHOD_(ULONG,Release)(THIS) PURE; - STDMETHOD(GetPath)(THIS_ LPSTR,int,WIN32_FIND_DATAW*,DWORD) PURE; + STDMETHOD(GetPath)(THIS_ LPWSTR,int,WIN32_FIND_DATAW*,DWORD) PURE; STDMETHOD(GetIDList)(THIS_ LPITEMIDLIST*) PURE; STDMETHOD(SetIDList)(THIS_ LPCITEMIDLIST) PURE; STDMETHOD(GetDescription)(THIS_ LPWSTR,int) PURE; -- cgit v1.2.3