X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FInclude%2FLibrary%2FShellLib.h;fp=ShellPkg%2FInclude%2FLibrary%2FShellLib.h;h=268a767b70c44ae63f4bbde9ce6fa48389ec2c58;hp=9b611d8016a8b54874f9657dcf1e612ce2596ef1;hb=2c2c68b9d3e83af26042f03f9864fd38ce922a89;hpb=b3eac2d61e990fec60ba299aa8684935a5dc95cd diff --git a/ShellPkg/Include/Library/ShellLib.h b/ShellPkg/Include/Library/ShellLib.h index 9b611d8016..268a767b70 100644 --- a/ShellPkg/Include/Library/ShellLib.h +++ b/ShellPkg/Include/Library/ShellLib.h @@ -1,7 +1,7 @@ /** @file Provides interface to shell functionality for shell commands and applications. - Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.
+ Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -32,9 +32,6 @@ } \ } while(FALSE) -// (20 * (6+5+2))+1) unicode characters from EFI FAT spec (doubled for bytes) -#define MAX_FILE_NAME_LEN 512 - extern EFI_SHELL_PARAMETERS_PROTOCOL *gEfiShellParametersProtocol; extern EFI_SHELL_PROTOCOL *gEfiShellProtocol;