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…
Reference in New Issue