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:
andrewfish 2010-02-17 05:14:22 +00:00
parent 3351d21fe1
commit 3cfc857647
1 changed files with 1 additions and 1 deletions

View File

@ -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