mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Open initial executable file synchronously.
svn path=/trunk/; revision=6666
This commit is contained in:
parent
d0455ad11e
commit
b5b0d3d61c
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
/* $Id: init.c,v 1.42 2003/11/06 16:37:28 ekohl Exp $
|
/* $Id: init.c,v 1.43 2003/11/16 21:02:07 ekohl Exp $
|
||||||
*
|
*
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
* FILE: ntoskrnl/ldr/init.c
|
* FILE: ntoskrnl/ldr/init.c
|
||||||
|
@ -80,7 +80,7 @@ LdrpMapProcessImage(PHANDLE SectionHandle,
|
||||||
&ObjectAttributes,
|
&ObjectAttributes,
|
||||||
&IoStatusBlock,
|
&IoStatusBlock,
|
||||||
0,
|
0,
|
||||||
0);
|
FILE_SYNCHRONOUS_IO_ALERT);
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
DPRINT("NtOpenFile() failed (Status %lx)\n", Status);
|
DPRINT("NtOpenFile() failed (Status %lx)\n", Status);
|
||||||
|
|
Loading…
Reference in a new issue