]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
authorDanny Smith <dannysmith@users.sourceforge.net>
Thu, 12 Dec 2002 09:51:38 +0000 (09:51 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Thu, 12 Dec 2002 09:51:38 +0000 (09:51 +0000)
winsup/w32api/ChangeLog
winsup/w32api/include/shlobj.h

index 9a321f25e865015fd334dfcc34d81d26754f0ae8..8090d955d959ff2c39f61068776fc1e6e39d39a8 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-11  Danny Smith  <dannysmith@users.sourveforge.net>
+
+       * include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
+       Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
+
 2002-12-09  Danny Smith  <dannysmith@users.sourveforge.net>
        
        * include/shellapi.h (ExtractIconEx[AW]): Correct return type
@@ -7,7 +12,7 @@
 2002-12-07  Danny Smith  <dannysmith@users.sourveforge.net>
        
        * include/winuser.h (AllowSetForegroundWindow,
-       LockSetForegroundWindow) Add prototypes.
+       LockSetForegroundWindow): Add prototypes.
        (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK) Add defines.
        Thanks to:  Pat Thoyts  <patthoyts@users.sourceforge.net>
        * lib/winuser.def (AllowSetForegroundWindow,
index d3b7847971daa3e1af38b0ce32b9f577271d9b1b..3ec40aaad5eb9d61fe25a085147bb4b3e1fb10f5 100644 (file)
@@ -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;
This page took 0.035508 seconds and 5 git commands to generate.