summaryrefslogtreecommitdiff
path: root/Nt32Pkg/PlatformBdsDxe/Generic/FrontPage.c
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-03 13:04:05 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-03 13:04:05 +0000
commit06335580ec7769ff113ed1370da5b607f0eff935 (patch)
tree7405377fec7f649109671fd245d64435bd048600 /Nt32Pkg/PlatformBdsDxe/Generic/FrontPage.c
parent131d8667c98017b09d25b690b92b290eba6343f3 (diff)
downloadedk2-platforms-06335580ec7769ff113ed1370da5b607f0eff935.tar.xz
String.h confuse cl.exe. Its name collide with MS's std library.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3014 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/PlatformBdsDxe/Generic/FrontPage.c')
-rw-r--r--Nt32Pkg/PlatformBdsDxe/Generic/FrontPage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/PlatformBdsDxe/Generic/FrontPage.c b/Nt32Pkg/PlatformBdsDxe/Generic/FrontPage.c
index 4b4caf2460..804b379051 100644
--- a/Nt32Pkg/PlatformBdsDxe/Generic/FrontPage.c
+++ b/Nt32Pkg/PlatformBdsDxe/Generic/FrontPage.c
@@ -27,7 +27,7 @@ Abstract:
#include "Bds.h"
#include "BdsPlatform.h"
#include "FrontPage.h"
-#include "String.h"
+#include "BdsString.h"
EFI_GUID mProcessorSubClass = EFI_PROCESSOR_SUBCLASS_GUID;
EFI_GUID mMemorySubClass = EFI_MEMORY_SUBCLASS_GUID;