shlwapi/tests: Fix StrChrNW prototype.
This commit is contained in:
parent
7b9058c87a
commit
bdce3b9994
|
@ -64,7 +64,7 @@ static LPWSTR (WINAPI *pStrStrNW)(LPCWSTR,LPCWSTR,UINT);
|
|||
static LPWSTR (WINAPI *pStrStrNIW)(LPCWSTR,LPCWSTR,UINT);
|
||||
static INT (WINAPIV *pwnsprintfA)(LPSTR,INT,LPCSTR, ...);
|
||||
static INT (WINAPIV *pwnsprintfW)(LPWSTR,INT,LPCWSTR, ...);
|
||||
static LPWSTR (WINAPI *pStrChrNW)(LPWSTR,WCHAR,UINT);
|
||||
static LPWSTR (WINAPI *pStrChrNW)(LPCWSTR,WCHAR,UINT);
|
||||
static BOOL (WINAPI *pStrToInt64ExA)(LPCSTR,DWORD,LONGLONG*);
|
||||
static BOOL (WINAPI *pStrToInt64ExW)(LPCWSTR,DWORD,LONGLONG*);
|
||||
|
||||
|
|
Loading…
Reference in New Issue