[EMAIL PROTECTED] writes:
> Hmm, still to simple. I wrote a small test and got:
> 
> /*************************************************************************
>  * PathFindNextComponentA
>  *
>  * NOTES
>  * special cases:
>  *      ""              null
>  *      aa              "" (pointer to traling NULL)
>  *      aa\             "" (pointer to traling NULL)

Sorry, I only tested this two cases...

>  *      aa\\            "" (pointer to traling NULL)
>  *      aa\\bb          bb
>  *      aa\\\bb         \bb
>  *      c:\aa\          "aa\"
>  *      \\aa            aa
>  *      \\aa\b          aa\b
> */
> LPSTR WINAPI PathFindNextComponentA(LPCSTR pszPath)

Please submit to wine-patches.

Bye

Uwe Bonnes                [EMAIL PROTECTED]

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------

Reply via email to