diff options
author | Song, BinX <binx.song@intel.com> | 2016-11-03 10:33:20 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-11-04 10:26:48 +0800 |
commit | 0c45a5b288437f62b93c046b4cc8827919a79fd1 (patch) | |
tree | ab673ade377a92d6c2cb00ac6d4ef9f2c2e9b5a3 /MdePkg/Library | |
parent | e135e4a79efdcc1de76a5a38bb17d9f925e6f5a1 (diff) | |
download | edk2-0c45a5b288437f62b93c046b4cc8827919a79fd1.tar.gz edk2-0c45a5b288437f62b93c046b4cc8827919a79fd1.tar.bz2 edk2-0c45a5b288437f62b93c046b4cc8827919a79fd1.zip |
MdePkg/BaseLib: Move CHAR_NULL definition to Base.h in BaseLib
- Required unicode control chars -> Null character
- Remove CHAR_NULL definition in SimpleTextIn.h
- https://bugzilla.tianocore.org/show_bug.cgi?id=172
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Bell Song <binx.song@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdePkg/Library')
-rw-r--r-- | MdePkg/Library/BaseLib/FilePaths.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseLib/FilePaths.c b/MdePkg/Library/BaseLib/FilePaths.c index c8da6bb3ea..183b3234d3 100644 --- a/MdePkg/Library/BaseLib/FilePaths.c +++ b/MdePkg/Library/BaseLib/FilePaths.c @@ -10,10 +10,8 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
-#include <Uefi/UefiBaseType.h>
#include <Library/BaseMemoryLib.h>
#include <Library/BaseLib.h>
-#include <Protocol/SimpleTextIn.h>
/**
Removes the last directory or file entry in a path by changing the last
|