30 Apr
2007
30 Apr
'07
9:51 p.m.
"Alexandre Julliard" <julliard(a)winehq.org> wrote in message news:<87d51qw39a.fsf(a)wine.dyndns.org>...
Jason Edmeades <us(a)edmeades.me.uk> 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 better to stick to standard libc.
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. LstrcatW and lstrcpyW help, but there's other functions with no non-CRT equivalents. Does this change your mind? :-) Jason