diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-02-01 07:06:12 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-02-01 07:06:12 +0000 |
commit | 66c44008ba58f74dd88a2c137449d4335c784d40 (patch) | |
tree | 2d55afb8c75f6cc53e4a0b038e94ffbb0e12f3ff /EmulatorPkg/PlatformSmbiosDxe | |
parent | 3bbe68a3627e7c75474955352f27b923c5831ad7 (diff) | |
download | edk2-66c44008ba58f74dd88a2c137449d4335c784d40.tar.gz edk2-66c44008ba58f74dd88a2c137449d4335c784d40.tar.bz2 edk2-66c44008ba58f74dd88a2c137449d4335c784d40.zip |
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
Diffstat (limited to 'EmulatorPkg/PlatformSmbiosDxe')
-rw-r--r-- | EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c | 2 | ||||
-rw-r--r-- | EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c index b94b06535b..2c75f85f47 100644 --- a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c +++ b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c @@ -14,7 +14,7 @@ **/ #include <PiDxe.h> -#include <IndustryStandard/Smbios.h> +#include <IndustryStandard/SmBios.h> #include <Protocol/Smbios.h> #include <Library/BaseLib.h> diff --git a/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c b/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c index 7e8ed5bfbd..71bac62373 100644 --- a/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c +++ b/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c @@ -25,7 +25,7 @@ **/ #include <PiDxe.h> -#include <IndustryStandard/Smbios.h> +#include <IndustryStandard/SmBios.h> #include <Protocol/Smbios.h> #include <Library/SmbiosLib.h> |