diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-03 12:39:53 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-03 12:39:53 +0000 |
commit | 9ef46507246fc3b19e4c80efa618795b2adb8adc (patch) | |
tree | 96703ee77c384d1bccf64d378755fb7d8e641ae2 /Nt32Pkg/PlatformBdsDxe | |
parent | 37935d9ff9682b499f0fbb917db97e1b92beb08b (diff) | |
download | edk2-platforms-9ef46507246fc3b19e4c80efa618795b2adb8adc.tar.xz |
Use String.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3012 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/PlatformBdsDxe')
-rw-r--r-- | Nt32Pkg/PlatformBdsDxe/Generic/String.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/PlatformBdsDxe/Generic/String.c b/Nt32Pkg/PlatformBdsDxe/Generic/String.c index dc4ed3b6ea..51f0cff757 100644 --- a/Nt32Pkg/PlatformBdsDxe/Generic/String.c +++ b/Nt32Pkg/PlatformBdsDxe/Generic/String.c @@ -27,7 +27,7 @@ Revision History #include "CommonHeader.h"
#include "Bds.h"
-#include "BdsString.h"
+#include "String.h"
#include "Language.h"
EFI_GUID gBdsStringPackGuid = { 0x7bac95d3, 0xddf, 0x42f3, 0x9e, 0x24, 0x7c, 0x64, 0x49, 0x40, 0x37, 0x9a };
|