OSDN Git Service

* include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
authordannysmith <dannysmith>
Thu, 12 Dec 2002 09:51:38 +0000 (09:51 +0000)
committerdannysmith <dannysmith>
Thu, 12 Dec 2002 09:51:38 +0000 (09:51 +0000)
winsup/w32api/ChangeLog
winsup/w32api/include/shlobj.h

index 9a321f2..8090d95 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 d3b7847..3ec40aa 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;