]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix case sensativity issues.
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 1 Feb 2012 07:06:12 +0000 (07:06 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 1 Feb 2012 07:06:12 +0000 (07:06 +0000)
signed-off-by:andrewfish

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12980 6f19259b-4bc3-4df7-8a09-765794883524

EmulatorPkg/Include/Library/SmbiosLib.h
EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c
EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c

index f0b4582cb0f0840168c66229f92855b490e2bcc9..8ee14e07dd2e947c58a847f2c5d7507fd08dcbe3 100644 (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>
 
 
index b94b06535b7792634645250b32339d9ae3819590..2c75f85f47f3f08fd95858a8732b3891ac691d45 100644 (file)
@@ -14,7 +14,7 @@
 **/
 
 #include <PiDxe.h>
-#include <IndustryStandard/Smbios.h>
+#include <IndustryStandard/SmBios.h>
 #include <Protocol/Smbios.h>
 
 #include <Library/BaseLib.h>
index 7e8ed5bfbd7efffd07e1b49e35d9677cafc40431..71bac62373eb5524a048c345c671196053e9d802 100644 (file)
@@ -25,7 +25,7 @@
 **/
 
 #include <PiDxe.h>
-#include <IndustryStandard/Smbios.h>
+#include <IndustryStandard/SmBios.h>
 #include <Protocol/Smbios.h>
 #include <Library/SmbiosLib.h>