=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: shlwapi/tests: Fix StrChrNW prototype.

Alexandre Julliard julliard at winehq.org
Mon Dec 30 13:05:59 CST 2013


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

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Sat Dec 28 14:14:57 2013 +0100

shlwapi/tests: Fix StrChrNW prototype.

---

 dlls/shlwapi/tests/string.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shlwapi/tests/string.c b/dlls/shlwapi/tests/string.c
index d45b2a7..12f8bfc 100644
--- a/dlls/shlwapi/tests/string.c
+++ b/dlls/shlwapi/tests/string.c
@@ -64,7 +64,7 @@ static LPWSTR  (WINAPI *pStrStrNW)(LPCWSTR,LPCWSTR,UINT);
 static LPWSTR  (WINAPI *pStrStrNIW)(LPCWSTR,LPCWSTR,UINT);
 static INT     (WINAPIV *pwnsprintfA)(LPSTR,INT,LPCSTR, ...);
 static INT     (WINAPIV *pwnsprintfW)(LPWSTR,INT,LPCWSTR, ...);
-static LPWSTR  (WINAPI *pStrChrNW)(LPWSTR,WCHAR,UINT);
+static LPWSTR  (WINAPI *pStrChrNW)(LPCWSTR,WCHAR,UINT);
 static BOOL    (WINAPI *pStrToInt64ExA)(LPCSTR,DWORD,LONGLONG*);
 static BOOL    (WINAPI *pStrToInt64ExW)(LPCWSTR,DWORD,LONGLONG*);
 




More information about the wine-cvs mailing list