modified to pass the VS2003 build

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9944 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jchen20 2010-02-08 03:13:09 +00:00
parent 07341a33f2
commit ebfb7bb55b
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ EFI_DECOMPRESS_PROTOCOL gEfiDecompress = {
// For Loading modules at fixed address feature, the configuration table is to cache the top address below which to load // For Loading modules at fixed address feature, the configuration table is to cache the top address below which to load
// Runtime code&boot time code // Runtime code&boot time code
// //
GLOBAL_REMOVE_IF_UNREFERENCED EFI_LOAD_FIXED_ADDRESS_CONFIGURATION_TABLE gLoadModuleAtFixAddressConfigurationTable; GLOBAL_REMOVE_IF_UNREFERENCED EFI_LOAD_FIXED_ADDRESS_CONFIGURATION_TABLE gLoadModuleAtFixAddressConfigurationTable = {0, 0};
// Main entry point to the DXE Core // Main entry point to the DXE Core
// //