Andrew Nguyen : shlwapi/tests: Correct the prototype of the StrRetToBSTR function pointer.

Alexandre Julliard julliard at winehq.org
Tue Jul 20 11:20:34 CDT 2010


Module: wine
Branch: master
Commit: fdabf10a97eee15ec2fab6cfd51f1fb644275c9e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fdabf10a97eee15ec2fab6cfd51f1fb644275c9e

Author: Andrew Nguyen <anguyen at codeweavers.com>
Date:   Mon Jul 19 23:14:48 2010 -0500

shlwapi/tests: Correct the prototype of the StrRetToBSTR function pointer.

---

 dlls/shlwapi/tests/string.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shlwapi/tests/string.c b/dlls/shlwapi/tests/string.c
index 8353794..aa97088 100644
--- a/dlls/shlwapi/tests/string.c
+++ b/dlls/shlwapi/tests/string.c
@@ -57,7 +57,7 @@ static BOOL    (WINAPI *pStrIsIntlEqualA)(BOOL,LPCSTR,LPCSTR,int);
 static BOOL    (WINAPI *pStrIsIntlEqualW)(BOOL,LPCWSTR,LPCWSTR,int);
 static LPWSTR  (WINAPI *pStrPBrkW)(LPCWSTR,LPCWSTR);
 static LPSTR   (WINAPI *pStrRChrA)(LPCSTR,LPCSTR,WORD);
-static HRESULT (WINAPI *pStrRetToBSTR)(STRRET*,void*,BSTR*);
+static HRESULT (WINAPI *pStrRetToBSTR)(STRRET*,LPCITEMIDLIST,BSTR*);
 static HRESULT (WINAPI *pStrRetToBufA)(STRRET*,LPCITEMIDLIST,LPSTR,UINT);
 static HRESULT (WINAPI *pStrRetToBufW)(STRRET*,LPCITEMIDLIST,LPWSTR,UINT);
 static LPWSTR  (WINAPI *pStrStrNW)(LPCWSTR,LPCWSTR,UINT);




More information about the wine-cvs mailing list