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

@@ -245,7 +245,7 @@ EFIAPI
ShellWriteFile(
IN EFI_FILE_HANDLE FileHandle,
IN OUT UINTN *BufferSize,
IN CONST VOID *Buffer
IN VOID *Buffer
);
/**