Added FIXME comment for entry point parameter.

This commit is contained in:
Andreas Mohr 2000-02-20 19:18:30 +00:00 committed by Alexandre Julliard
parent 6d982b6ee6
commit 296186a85f

View file

@ -504,6 +504,8 @@ void PROCESS_Start(void)
case PROC_WIN32:
TRACE_(relay)( "Starting Win32 process (entryproc=%p)\n", entry );
if (pdb->flags & PDB32_DEBUGGED) DebugBreak();
/* FIXME: should use _PEB as parameter for NT 3.5 programs !
* Dunno about other OSs */
ExitProcess( entry(NULL) );
}