[PATCH] shell32/tests: Fix prototype to match implementation (PVS-Studio)

Nikolay Sivov nsivov at codeweavers.com
Wed Oct 21 06:43:30 CDT 2015


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/shell32/tests/string.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/shell32/tests/string.c b/dlls/shell32/tests/string.c
index 81f4754..6cdb386 100644
--- a/dlls/shell32/tests/string.c
+++ b/dlls/shell32/tests/string.c
@@ -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)
 {
-- 
2.6.1




More information about the wine-patches mailing list