Fix ShellPkg build errors for UNIXGCC toolchain.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8555 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten
2009-06-15 18:42:13 +00:00
parent 7e7e7fec0a
commit 08d7f8e83d
7 changed files with 17 additions and 17 deletions

View File

@@ -455,7 +455,7 @@ ShellOpenFileByDevicePath(
}
Status = gBS->OpenProtocol(*DeviceHandle,
&gEfiSimpleFileSystemProtocolGuid,
&EfiSimpleFileSystemProtocol,
(VOID**) &EfiSimpleFileSystemProtocol,
gImageHandle,
NULL,
EFI_OPEN_PROTOCOL_GET_PROTOCOL);
@@ -1725,7 +1725,7 @@ ShellCommandLineParse (
CheckPackage,
ProblemParam,
AutoPageBreak,
mEfiShellParametersProtocol->Argv,
(CONST CHAR16**) mEfiShellParametersProtocol->Argv,
mEfiShellParametersProtocol->Argc ));
}
@@ -1737,7 +1737,7 @@ ShellCommandLineParse (
CheckPackage,
ProblemParam,
AutoPageBreak,
mEfiShellInterface->Argv,
(CONST CHAR16**) mEfiShellInterface->Argv,
mEfiShellInterface->Argc ));
}