mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 23:58:56 +00:00
Fixed CharNextW.
This commit is contained in:
parent
52034b00eb
commit
11ec0a58ac
@ -170,7 +170,8 @@ LPWSTR WINAPI CharNextExW( WORD codepage, LPCWSTR ptr, DWORD flags )
|
||||
LPWSTR WINAPI CharNextW(LPCWSTR x)
|
||||
{
|
||||
if (*x) x++;
|
||||
else return (LPWSTR)x;
|
||||
|
||||
return (LPWSTR)x;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user