[RESENT] MSVCRT: Lower Error level of _spawnve

Alexandre Julliard julliard at winehq.org
Tue May 24 05:23:22 CDT 2005


Uwe Bonnes <bon at elektron.ikp.physik.tu-darmstadt.de> writes:

> @@ -448,7 +448,9 @@
>    const char *fullname = name;
>    int ret = -1;
>  
> -  FIXME(":not translating name %s to locate program\n",fullname);
> +  /* Is this really a WARN? Native msvcrt doesn't seem to translate the argumentsd neither
> +     bon at elektron.ikp.physik.tu-darmstadt.de 050516 */
> +  WARN(":not translating name %s to locate program\n",fullname);

Yes, native does transformations on the program name, like looking for
.bat, .cmd etc. if there is no extension. That FIXME should remain
until this is fixed properly.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list