mirror of https://github.com/acidanthera/audk.git
Fix case bug.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10021 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3351d21fe1
commit
3cfc857647
|
@ -16,7 +16,7 @@
|
||||||
#include <Protocol/PeCoffLoader.h>
|
#include <Protocol/PeCoffLoader.h>
|
||||||
#include <Guid/ExtractSection.h>
|
#include <Guid/ExtractSection.h>
|
||||||
#include <Guid/MemoryTypeInformation.h>
|
#include <Guid/MemoryTypeInformation.h>
|
||||||
#include <Library/PeCoffLib.H>
|
#include <Library/PeCoffLib.h>
|
||||||
|
|
||||||
//
|
//
|
||||||
// Have to use build system to set the original value in case we are running
|
// Have to use build system to set the original value in case we are running
|
||||||
|
|
Loading…
Reference in New Issue