Re: Fw: [PATCH] CMD.exe: Remove code duplication for _splitpath

2007-05-01 Thread Alexandre Julliard
"Ann & Jason Edmeades" <[EMAIL PROTECTED]> writes: > Well, I am trying to convert cmd.exe to unicode, and was hoping to use the > wide crt functions to replace e.g. strstr, strdup etc. This way it's a > relatively simple transition from char to WCHAR without having to rewrite > other functions. Ls

Fw: [PATCH] CMD.exe: Remove code duplication for _splitpath

2007-04-30 Thread Ann & Jason Edmeades
"Alexandre Julliard" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Jason Edmeades <[EMAIL PROTECTED]> writes: > > > Note: This makes cmd.exe pull in msvcrt, but so does native > > Native doesn't have a choice, but we do. Unless there are good reasons > to import msvcrt it's