shell32/tests: Fix prototype to match implementation (PVS-Studio).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
5fb58eae3b
commit
2fff77a0ee
|
@ -32,7 +32,7 @@
|
|||
#include "wine/test.h"
|
||||
|
||||
static HMODULE hShell32;
|
||||
static HRESULT (WINAPI *pStrRetToStrNAW)(LPVOID,DWORD,LPSTRRET,const ITEMIDLIST *);
|
||||
static BOOL (WINAPI *pStrRetToStrNAW)(LPVOID,DWORD,LPSTRRET,const ITEMIDLIST *);
|
||||
|
||||
static WCHAR *CoDupStrW(const char* src)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue