Uwe Bonnes <[EMAIL PROTECTED]> writes:

>       loader/module.c: get_file_name
>       If both lpApplicationName and lpCommandLine are given, append 
>       lpApplicationName to lpCommandLine when needed

This is not what Windows does. You can pass anything you want as
command line, it doesn't have to include the application name (just
like argv[0] can be set to anything under Unix).

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to