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:
Nikolay Sivov 2015-10-21 14:43:30 +03:00 committed by Alexandre Julliard
parent 5fb58eae3b
commit 2fff77a0ee
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{