Gerald Pfeifer <[EMAIL PROTECTED]> writes:

> In loader/dos/module.c an entire function is simply #ifdef-ed out:
> 
> #if 0
> BOOL MZ_CreateProcess( HANDLE hFile, LPCSTR filename, LPCSTR cmdline,
>                        LPCSTR env,
>                        LPSECURITY_ATTRIBUTES psa, LPSECURITY_ATTRIBUTES tsa,
>                        BOOL inherit, DWORD flags, LPSTARTUPINFOA startup,
>                        LPPROCESS_INFORMATION info )
> 
> Is there a particular reason for that? If so, that should be described
> in a comment. Else this snippet probably should be removed.

The DOS support has been broken by address space separation. The
function is inside #if 0 waiting for someone to reimplement it
properly...

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to