shlwapi/tests: Correct the prototype of the StrRetToBSTR function pointer.
This commit is contained in:
parent
5709ef1a29
commit
fdabf10a97
|
@ -57,7 +57,7 @@ static BOOL (WINAPI *pStrIsIntlEqualA)(BOOL,LPCSTR,LPCSTR,int);
|
||||||
static BOOL (WINAPI *pStrIsIntlEqualW)(BOOL,LPCWSTR,LPCWSTR,int);
|
static BOOL (WINAPI *pStrIsIntlEqualW)(BOOL,LPCWSTR,LPCWSTR,int);
|
||||||
static LPWSTR (WINAPI *pStrPBrkW)(LPCWSTR,LPCWSTR);
|
static LPWSTR (WINAPI *pStrPBrkW)(LPCWSTR,LPCWSTR);
|
||||||
static LPSTR (WINAPI *pStrRChrA)(LPCSTR,LPCSTR,WORD);
|
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 *pStrRetToBufA)(STRRET*,LPCITEMIDLIST,LPSTR,UINT);
|
||||||
static HRESULT (WINAPI *pStrRetToBufW)(STRRET*,LPCITEMIDLIST,LPWSTR,UINT);
|
static HRESULT (WINAPI *pStrRetToBufW)(STRRET*,LPCITEMIDLIST,LPWSTR,UINT);
|
||||||
static LPWSTR (WINAPI *pStrStrNW)(LPCWSTR,LPCWSTR,UINT);
|
static LPWSTR (WINAPI *pStrStrNW)(LPCWSTR,LPCWSTR,UINT);
|
||||||
|
|
Loading…
Reference in New Issue