diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2002-12-12 09:51:38 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2002-12-12 09:51:38 +0000 |
commit | a6af7dbdc3eccbfb9e68da43eb4a8d2cc59b7c4c (patch) | |
tree | 54f0b3ff5ca4b343cbf393c4d3b1e1e8c8fcb95b /winsup/w32api/include/shlobj.h | |
parent | 36a8ee5901e7d8c9a7861b45d1e5a2cf005270fc (diff) | |
download | cygnal-a6af7dbdc3eccbfb9e68da43eb4a8d2cc59b7c4c.tar.gz cygnal-a6af7dbdc3eccbfb9e68da43eb4a8d2cc59b7c4c.tar.bz2 cygnal-a6af7dbdc3eccbfb9e68da43eb4a8d2cc59b7c4c.zip |
* include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
Diffstat (limited to 'winsup/w32api/include/shlobj.h')
-rw-r--r-- | winsup/w32api/include/shlobj.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |