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.

Gerald
-- 
Gerald "Jerry" [EMAIL PROTECTED] http://www.dbai.tuwien.ac.at/~pfeifer/
LOVE-LETTER-FOR-YOU.TXT.vbs

Reply via email to