Fix case sensativity issues.

signed-off-by:andrewfish



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12980 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
andrewfish 2012-02-01 07:06:12 +00:00
parent 3bbe68a362
commit 66c44008ba
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#ifndef _SMBIOS_LIB_H__
#define _SMBIOS_LIB_H__
#include <IndustryStandard/Smbios.h>
#include <IndustryStandard/SmBios.h>
#include <Protocol/Smbios.h>

View File

@ -14,7 +14,7 @@
**/
#include <PiDxe.h>
#include <IndustryStandard/Smbios.h>
#include <IndustryStandard/SmBios.h>
#include <Protocol/Smbios.h>
#include <Library/BaseLib.h>

View File

@ -25,7 +25,7 @@
**/
#include <PiDxe.h>
#include <IndustryStandard/Smbios.h>
#include <IndustryStandard/SmBios.h>
#include <Protocol/Smbios.h>
#include <Library/SmbiosLib.h>