Nikolay Sivov : shlwapi/tests: Fix a couple of prototypes to match implementation (PVS-Studio).

Alexandre Julliard julliard at wine.codeweavers.com
Thu Oct 15 10:27:59 CDT 2015


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Oct 15 13:07:02 2015 +0300

shlwapi/tests: Fix a couple of prototypes to match implementation (PVS-Studio).

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

---

 dlls/shlwapi/tests/path.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/shlwapi/tests/path.c b/dlls/shlwapi/tests/path.c
index 84b3f4d..ab4ae47 100644
--- a/dlls/shlwapi/tests/path.c
+++ b/dlls/shlwapi/tests/path.c
@@ -27,8 +27,8 @@
 #include "shlwapi.h"
 #include "wininet.h"
 
-static HRESULT (WINAPI *pPathIsValidCharA)(char,DWORD);
-static HRESULT (WINAPI *pPathIsValidCharW)(WCHAR,DWORD);
+static BOOL (WINAPI *pPathIsValidCharA)(char,DWORD);
+static BOOL (WINAPI *pPathIsValidCharW)(WCHAR,DWORD);
 static LPWSTR  (WINAPI *pPathCombineW)(LPWSTR, LPCWSTR, LPCWSTR);
 static HRESULT (WINAPI *pPathCreateFromUrlA)(LPCSTR, LPSTR, LPDWORD, DWORD);
 static HRESULT (WINAPI *pPathCreateFromUrlW)(LPCWSTR, LPWSTR, LPDWORD, DWORD);




More information about the wine-cvs mailing list