Nikolay Sivov : shell32/tests: Fix prototype to match implementation ( PVS-Studio).

Alexandre Julliard julliard at wine.codeweavers.com
Wed Oct 21 10:39:58 CDT 2015


Module: wine
Branch: master
Commit: 2fff77a0eee097de8510ae2f229d5aa7b9551316
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2fff77a0eee097de8510ae2f229d5aa7b9551316

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Oct 21 14:43:30 2015 +0300

shell32/tests: Fix prototype to match implementation (PVS-Studio).

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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




More information about the wine-cvs mailing list