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:
parent
3bbe68a362
commit
66c44008ba
|
@ -18,7 +18,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
#ifndef _SMBIOS_LIB_H__
|
#ifndef _SMBIOS_LIB_H__
|
||||||
#define _SMBIOS_LIB_H__
|
#define _SMBIOS_LIB_H__
|
||||||
|
|
||||||
#include <IndustryStandard/Smbios.h>
|
#include <IndustryStandard/SmBios.h>
|
||||||
#include <Protocol/Smbios.h>
|
#include <Protocol/Smbios.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include <PiDxe.h>
|
#include <PiDxe.h>
|
||||||
#include <IndustryStandard/Smbios.h>
|
#include <IndustryStandard/SmBios.h>
|
||||||
#include <Protocol/Smbios.h>
|
#include <Protocol/Smbios.h>
|
||||||
|
|
||||||
#include <Library/BaseLib.h>
|
#include <Library/BaseLib.h>
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include <PiDxe.h>
|
#include <PiDxe.h>
|
||||||
#include <IndustryStandard/Smbios.h>
|
#include <IndustryStandard/SmBios.h>
|
||||||
#include <Protocol/Smbios.h>
|
#include <Protocol/Smbios.h>
|
||||||
#include <Library/SmbiosLib.h>
|
#include <Library/SmbiosLib.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue