De-Unicode in MdePkg source files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6794 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2008-12-01 14:06:25 +00:00
parent f6998888a2
commit cd2ed84a47
8 changed files with 20 additions and 20 deletions

View File

@@ -6,7 +6,7 @@
pointer to the DXE Services Table as defined in the Platform Initialization Driver
Execution Environment Core Interface Specification. The library constructor must
initialize this global pointer to the DX Services Table, so it is available at the
module<EFBFBD><EFBFBD>s entry point. Since there is overhead in looking up the pointer to the DXE
module's entry point. Since there is overhead in looking up the pointer to the DXE
Services Table, only those modules that actually require access to the DXE Services
Table should use this library. This will typically be DXE Drivers that require GCD
or Dispatcher services.