diff options
author | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-15 18:42:13 +0000 |
---|---|---|
committer | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-15 18:42:13 +0000 |
commit | 08d7f8e83d17646d6170819fcb9ae1e17eb6199a (patch) | |
tree | 2390429729858cf457f19e84c7abdd20f06ae830 /ShellPkg/Include/Library | |
parent | 7e7e7fec0ab7ba7ee2a434be426a3e0dc36126f9 (diff) | |
download | edk2-platforms-08d7f8e83d17646d6170819fcb9ae1e17eb6199a.tar.xz |
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
Diffstat (limited to 'ShellPkg/Include/Library')
-rw-r--r-- | ShellPkg/Include/Library/ShellLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Include/Library/ShellLib.h b/ShellPkg/Include/Library/ShellLib.h index ad3cc01f42..1a9ef5ac59 100644 --- a/ShellPkg/Include/Library/ShellLib.h +++ b/ShellPkg/Include/Library/ShellLib.h @@ -245,7 +245,7 @@ EFIAPI ShellWriteFile(
IN EFI_FILE_HANDLE FileHandle,
IN OUT UINTN *BufferSize,
- IN CONST VOID *Buffer
+ IN VOID *Buffer
);
/**
|