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/include/shlobj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/w32api/include/shlobj.h') 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