shell32: Get rid of CharNextW.

oldstable
Alexandre Julliard 2007-06-25 14:01:59 +02:00
parent ae0c24fd06
commit 92ceff203b
1 changed files with 1 additions and 3 deletions

View File

@ -748,9 +748,7 @@ int WINAPI SHCreateDirectoryExW(HWND hWnd, LPCWSTR path, LPSECURITY_ATTRIBUTES s
while (*pSlash)
{
while (*pSlash && *pSlash != '\\')
pSlash = CharNextW(pSlash);
while (*pSlash && *pSlash != '\\') pSlash++;
if (*pSlash)
{
*pSlash = 0; /* terminate path at separator */