mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Fixed typo
svn path=/trunk/; revision=2682
This commit is contained in:
parent
d57ab3df35
commit
9ccb920754
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: spawn.c,v 1.1 2002/03/07 05:46:03 hyperion Exp $
|
||||
/* $Id: spawn.c,v 1.2 2002/03/07 06:08:00 hyperion Exp $
|
||||
*/
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
|
@ -22,6 +22,8 @@
|
|||
#include <ddk/ntddk.h>
|
||||
#include <ntdll/base.h>
|
||||
#include <napi/i386/segment.h>
|
||||
#include <ntdll/rtl.h>
|
||||
#include <ntdll/ldr.h>
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
|
@ -575,7 +577,7 @@ undoPData:
|
|||
|
||||
/* STEP 5: create first thread */
|
||||
/* 5.1: get thunk routine's address */
|
||||
RtlInitializeAnsiString(&strStartEntry, "LdrInitializeThunk");
|
||||
RtlInitAnsiString(&strStartEntry, "LdrInitializeThunk");
|
||||
|
||||
nErrCode = LdrGetProcedureAddress
|
||||
(
|
||||
|
|
Loading…
Reference in a new issue