From 9ccb92075455c76c58931d2c3e10ada828e25714 Mon Sep 17 00:00:00 2001 From: "KJK::Hyperion" Date: Thu, 7 Mar 2002 06:08:00 +0000 Subject: [PATCH] Fixed typo svn path=/trunk/; revision=2682 --- posix/lib/psxdll/misc/spawn.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/posix/lib/psxdll/misc/spawn.c b/posix/lib/psxdll/misc/spawn.c index 2b8572d8974..4c14f009371 100644 --- a/posix/lib/psxdll/misc/spawn.c +++ b/posix/lib/psxdll/misc/spawn.c @@ -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 #include #include +#include +#include #include #include #include @@ -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 (